aboutsummaryrefslogtreecommitdiff
path: root/driver/lac_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import source code of lexer generatorRyo Nihei2022-11-101-125/+0
| | | | From: https://github.com/nihei9/maleeni
* Rename spec package to spec/grammar packageRyo Nihei2022-05-271-1/+1
|
* Allows a directory to be specified as the --output option for the ↵Ryo Nihei2022-05-221-1/+1
| | | | vartan-compile command
* Stop supporting SLR(1) and always use LALR(1)Ryo Nihei2022-05-221-1/+1
|
* Make the identifier format strictRyo Nihei2022-05-101-7/+7
|
* Change syntax for top-level directivesRyo Nihei2022-05-101-1/+1
| | | | | | | | | | | | | %name changes to: #name example; %left and %right change to: #prec ( #left a b #right c d );
* Use a lexer via interfaceRyo Nihei2022-03-271-2/+12
|
* Use grammar via an interfaceRyo Nihei2022-03-231-2/+2
|
* Add name directive to specify a grammar nameRyo Nihei2021-10-281-0/+2
|
* Add tests for LACRyo Nihei2021-09-031-0/+113