nitlang / nit

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

nitcc: add LRAutomaton::to_dot_lr0 #2840

Closed privat closed 1 month ago

privat commented 2 months ago

This draw runnable pure LR0 automation that should scale because there is no much annotation.

Here an example with tests/not_slr.sablecc. The conflicting state, with two actions, is red

not_slr lr0

github-actions[bot] commented 2 months ago

Test Results

    66 files     313 suites   15m 43s :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 e355cd6c.