aboutsummaryrefslogtreecommitdiff
path: root/cmd/vartan/parse.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Print a stack trace only when a panic occuredRyo Nihei2021-08-151-1/+7
* Remove the accept messageRyo Nihei2021-08-051-2/+0
* Print a stack trace on panicRyo Nihei2021-08-051-3/+4
* Add --only-parse option to the parse command•••When this option is enabled, the parser performs only parse and doesn't semantic actions. Ryo Nihei2021-08-051-11/+21
* Add --cst option to the parse command•••When this option is enabled, the parser generates a CST. Ryo Nihei2021-08-051-7/+23
* Generate an AST and a CST only when they are necessaryRyo Nihei2021-08-041-1/+1
* Improve syntax error messages•••- Add a source file name to error messages. - Add a line that an error occurred at to error messages. Ryo Nihei2021-07-171-0/+18
* Prettify treesRyo Nihei2021-07-021-1/+1
* Add ast actionRyo Nihei2021-06-281-0/+1
* Add CLIRyo Nihei2021-06-191-0/+77