nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
238 stars 64 forks source link

nitcc-nfa-string #2823

Closed DuarteVi closed 2 weeks ago

DuarteVi commented 4 years ago

Write examples of syntax in the LR(0) graph

DuarteVi commented 4 years ago

I remove a "print" in grammar.nit

DuarteVi commented 4 years ago

Find an example of path in the automaton LR0 from the start and to the end

DuarteVi commented 4 years ago

add option "if grammar.knowledge.knowledges.not_empty then ... end" in grammar.nit for the compilation during the "make"