aboutsummaryrefslogtreecommitdiff
path: root/grammar/lalr1.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Namespace packages with "urubu/"EuAndreh2024-12-101-318/+0
|
* Build and test existing code as isEuAndreh2024-12-021-1/+1
|
* Import source code of lexer generatorRyo Nihei2022-11-101-14/+18
| | | | From: https://github.com/nihei9/maleeni
* Set look-ahead symbols to items before generating a SLR(1) parsing tableRyo Nihei2021-08-181-1/+18
|
* Support LALR(1) classRyo Nihei2021-08-151-0/+297