mdaines / grammophone

A tool for analyzing and transforming context-free grammars.
https://mdaines.github.io/grammophone
MIT License
200 stars 23 forks source link

Remove includeEnd from LR table component #44

Closed mdaines closed 5 months ago

mdaines commented 5 months ago

These tables now always include the end of input symbol.

Related to #41 .