aboutsummaryrefslogtreecommitdiff
path: root/grammar/lr0_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Namespace packages with "urubu/"EuAndreh2024-12-101-448/+0
|
* Start building test filesEuAndreh2024-12-101-2/+2
|
* Import source code of lexer generatorRyo Nihei2022-11-101-24/+24
| | | | From: https://github.com/nihei9/maleeni
* Rename spec package to spec/grammar packageRyo Nihei2022-05-271-1/+1
|
* Make the identifier format strictRyo Nihei2022-05-101-5/+6
|
* Change syntax for top-level directivesRyo Nihei2022-05-101-2/+2
| | | | | | | | | | | | | %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/+4
|
* Add error symbol and #recover directive to recover from an error stateRyo Nihei2021-08-261-2/+2
|
* Make the functions that test the automaton commonRyo Nihei2021-08-181-105/+84
|
* Set look-ahead symbols to items before generating a SLR(1) parsing tableRyo Nihei2021-08-181-2/+200
|
* Support LALR(1) classRyo Nihei2021-08-151-0/+266