ruby / lrama

Pure Ruby LALR parser generator
190 stars 26 forks source link

Fix warning when execute rspec #430

Closed ydah closed 3 months ago

ydah commented 3 months ago
❯ bundle exec rspec --warning
/ydah/lrama/spec/lrama/grammar/symbols/resolver_spec.rb:83: warning: assigned but unused variable - nterm1
................................................................................................................................................................................................................................

Finished in 8.23 seconds (files took 0.18522 seconds to load)
224 examples, 0 failures