aboutsummaryrefslogtreecommitdiff
path: root/compiler/test_util_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix grammar the parser acceptsRyo Nihei2021-04-111-0/+6
| | | | | * Add cases test the parse method. * Fix the parser to pass the cases.
* RefactoringRyo Nihei2021-02-251-0/+13
* Remove token field from symbolNode * Simplify notation of nested nodes * Simplify arguments of newSymbolNode()