nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
242 stars 67 forks source link

NitCC LALR and LR(1) #2843

Closed privat closed 3 months ago

privat commented 3 months ago

I'ts happening! nitcc can do LALR(1) (by default) and LR(1).

We also split the grammar.nit module into two by extracting a lrautomaton.nit module.

github-actions[bot] commented 3 months ago

Test Results

    66 files     313 suites   16m 46s :stopwatch: 14 174 tests 13 633 :white_check_mark: 541 :zzz: 0 :x: 14 229 runs  13 673 :white_check_mark: 556 :zzz: 0 :x:

Results for commit a3dd0539.