aboutsummaryrefslogtreecommitdiff
path: root/grammar/lr0.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Namespace packages with "urubu/"EuAndreh2024-12-101-197/+0
|
* Build and test existing code as isEuAndreh2024-12-021-1/+1
|
* Import source code of lexer generatorRyo Nihei2022-11-101-9/+11
| | | | From: https://github.com/nihei9/maleeni
* Add error symbol and #recover directive to recover from an error stateRyo Nihei2021-08-261-12/+16
|
* Set look-ahead symbols to items before generating a SLR(1) parsing tableRyo Nihei2021-08-181-5/+17
|
* Support LALR(1) classRyo Nihei2021-08-151-0/+179