aboutsummaryrefslogtreecommitdiff
path: root/compiler/syntax_error.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change the lexical specs of regexp and define concrete syntax error valuesRyo Nihei2021-04-171-0/+37
* Make the lexer treat ']' as an ordinary character in default mode * Define values of the syntax error type that represents error information concretely