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

Embedded parser uses load racc/info #199

Closed
jwillemsen opened this issue Dec 20, 2022 · 1 comment
Closed

Embedded parser uses load racc/info #199

jwillemsen opened this issue Dec 20, 2022 · 1 comment

Comments

@jwillemsen
Copy link
Contributor

jwillemsen commented Dec 20, 2022

When using an embedded parser the generated rb uses require racc/info to get ::Racc::VERSION. As far as I understand it, when using an embedded parser I shouldn't need racc itself anymore, so why include racc/info?

To reproduce run in the sample directory racc -o calc.rb -E calc.y and check the generated calc.rb, see line 23 for the generated require

@hsbt
Copy link
Member

hsbt commented Jun 8, 2023

Fixed at #218

@hsbt hsbt closed this as completed Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants