You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 requireThe text was updated successfully, but these errors were encountered: