aboutsummaryrefslogtreecommitdiff
path: root/grammar/slr1_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop supporting SLR(1) and always use LALR(1)Ryo Nihei2022-05-221-233/+0
|
* Change syntax for top-level directivesRyo Nihei2022-05-101-1/+1
| | | | | | | | | | | | | %name changes to: #name example; %left and %right change to: #prec ( #left a b #right c d );
* Add name directive to specify a grammar nameRyo Nihei2021-10-281-0/+2
|
* Add error symbol and #recover directive to recover from an error stateRyo Nihei2021-08-261-1/+1
|
* Make the functions that test the automaton commonRyo Nihei2021-08-181-130/+36
|
* Set look-ahead symbols to items before generating a SLR(1) parsing tableRyo Nihei2021-08-181-0/+325