Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sqlite] lempar.c search is invalid in lemon #4226

Open
1 task done
aikawayataro opened this issue Dec 4, 2023 · 0 comments · May be fixed by #4227
Open
1 task done

[sqlite] lempar.c search is invalid in lemon #4226

aikawayataro opened this issue Dec 4, 2023 · 0 comments · May be fixed by #4227
Labels

Comments

@aikawayataro
Copy link

Description / Steps to reproduce the issue

Using lemon to generate parser from non-empty grammar: lemon grammar.l:

Can't open the template file "/usr/share/lemon/<...>/lempar.c".

Where <...> is the leftover value from pathsearch appended at 0010-sqlite-3.34.0-lemon.patch(18) by invalid path building.

Example grammar:

program ::= . {}

Expected behavior

Parser is successfully generated.

Actual behavior

Runtime errror.

Verification

Windows Version

MSYS_NT-10.0-19045

Are you willing to submit a PR?

Yes

@aikawayataro aikawayataro linked a pull request Dec 4, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant