warburec / GenCompilation

A project providing an easy-to-use and extensible framework for creating and prototyping languages and grammars.
https://warburec.github.io/GenCompilation/
GNU General Public License v3.0
3 stars 2 forks source link

Grammars equal without equal NonTerminals #40

Closed warburec closed 1 day ago

warburec commented 1 day ago

Grammars are seen as equal even though internal non-terminal sets do not hold the same number of elements.

warburec commented 1 day ago

42