aboutsummaryrefslogtreecommitdiff
path: root/driver/spec.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import source code of lexer generatorRyo Nihei2022-11-101-73/+0
| | | | From: https://github.com/nihei9/maleeni
* Move the skip table from lexer-related data to parser-related dataRyo Nihei2022-11-061-0/+4
|
* Remove alias systemRyo Nihei2022-11-051-4/+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-4/+0
|
* Add vartan-go commandRyo Nihei2022-03-271-0/+8
|
* Use a lexer via interfaceRyo Nihei2022-03-271-33/+18
|
* Use grammar via an interfaceRyo Nihei2022-03-231-0/+84