aboutsummaryrefslogtreecommitdiff
path: root/grammar/grammar_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Namespace packages with "urubu/"EuAndreh2024-12-101-3381/+0
* Start building test filesEuAndreh2024-12-101-2/+2
* Import source code of lexer generatorRyo Nihei2022-11-101-228/+228
* Remove anonymous symbol systemRyo Nihei2022-11-051-34/+12
* Remove alias systemRyo Nihei2022-11-051-74/+0
* Prohibit using a pattern in an alternativeRyo Nihei2022-06-121-1/+1
* Rename spec package to spec/grammar packageRyo Nihei2022-05-271-1/+1
* Prohibit applying #left, #right, #assign, and #prec to an error symbolRyo Nihei2022-05-151-0/+71
* Add spelling inconsistencies checkRyo Nihei2022-05-101-0/+144
* Make the identifier format strictRyo Nihei2022-05-101-1/+1
* Add ordered symbol notationRyo Nihei2022-05-101-12/+813
* Add #assign directiveRyo Nihei2022-05-101-0/+331
* Change syntax for top-level directivesRyo Nihei2022-05-101-177/+506
* Make #prec directive change only precedence and not associativityRyo Nihei2022-05-101-0/+188
* Prohibit ambiguous symbol in an #ast directiveRyo Nihei2022-04-161-0/+28
* Add tests for compilerRyo Nihei2022-04-161-0/+224
* Prohibit using the same element multiple times in the #ast directiveRyo Nihei2022-04-161-0/+28
* Prohibit specifying associativity and precedence multiple times for a symbolRyo Nihei2022-04-161-0/+100
* Add tests for compilerRyo Nihei2022-04-151-106/+698
* Move compiler tests from driver package to grammar packageRyo Nihei2022-04-141-0/+641