cwbaker / lalr

LALR(1) parser for C++
MIT License
78 stars 11 forks source link

Report an error when lexer actions are missing #22

Closed cwbaker closed 1 year ago

cwbaker commented 1 year ago

Instead of asserting and aborting as is the case now these errors should be reported probably even before running the parser.

cwbaker commented 1 year ago

Fixed by c5a7c1728d6b8f546b5073280b29a2a2e7cca2a1.