aboutsummaryrefslogtreecommitdiff
path: root/driver/semantic_action_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Import source code of lexer generatorRyo Nihei2022-11-101-231/+0
* Rename spec package to spec/grammar packageRyo Nihei2022-05-271-1/+1
* Allows a directory to be specified as the --output option for the vartan-comp...Ryo Nihei2022-05-221-1/+1
* Stop supporting SLR(1) and always use LALR(1)Ryo Nihei2022-05-221-1/+1
* Change syntax for top-level directivesRyo Nihei2022-05-101-2/+2
* Move directives given to lexical productionsRyo Nihei2022-03-291-7/+14
* Add vartan-go commandRyo Nihei2022-03-271-3/+3
* Use a lexer via interfaceRyo Nihei2022-03-271-8/+12
* Use grammar via an interfaceRyo Nihei2022-03-231-1/+1
* Add name directive to specify a grammar nameRyo Nihei2021-10-281-0/+4
* Use maleeni v0.5.1Ryo Nihei2021-10-271-2/+3
* Pass a token that caused a syntax error to the semantic action APIsRyo Nihei2021-09-071-3/+3
* Call the 'MissError' when input doesn't meet an error productionRyo Nihei2021-09-071-1/+3
* Add the semantic action API 'TrapAndShiftError' instead of 'TrapError' and 'S...Ryo Nihei2021-09-071-17/+8
* Change semantic action APIsRyo Nihei2021-09-071-7/+26
* Make semantic actions user-configurableRyo Nihei2021-09-031-0/+203