mdaines / grammophone

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

Classify grammars with cycles as not LL(1) #45

Closed mdaines closed 5 months ago

mdaines commented 5 months ago

The U of C tool classifies grammars containing a cycle as not LL(1).

Related to #41.