aboutsummaryrefslogtreecommitdiff
path: root/driver/template.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import source code of lexer generatorRyo Nihei2022-11-101-531/+0
| | | | From: https://github.com/nihei9/maleeni
* Move the skip table from lexer-related data to parser-related dataRyo Nihei2022-11-061-28/+25
|
* Remove alias systemRyo Nihei2022-11-051-15/+0
| | | | Remove unimportant features to tidy up the specification.
* Rename spec package to spec/grammar packageRyo Nihei2022-05-271-1/+1
|
* Stop supporting SLR(1) and always use LALR(1)Ryo Nihei2022-05-221-5/+0
|
* Add vartan-go commandRyo Nihei2022-03-271-0/+554