aboutsummaryrefslogtreecommitdiff
path: root/driver/parser_test.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-18Make the functions that test the automaton commonRyo Nihei3-368/+159
2021-08-18Update READMERyo Nihei1-1/+1
2021-08-18Set look-ahead symbols to items before generating a SLR(1) parsing tableRyo Nihei9-288/+713
2021-08-15Fix panic on a syntax errorRyo Nihei1-3/+5
2021-08-15Print a stack trace only when a panic occuredRyo Nihei2-2/+14
2021-08-15Support LALR(1) classRyo Nihei13-961/+2151
2021-08-06Update CHANGELOGRyo Nihei1-0/+11
2021-08-05Remove the accept messageRyo Nihei2-6/+3
2021-08-05Print a stack trace on panicRyo Nihei2-6/+9
2021-08-05Add --only-parse option to the parse commandRyo Nihei2-17/+32
When this option is enabled, the parser performs only parse and doesn't semantic actions.
2021-08-05Avoid the growth of slices when constructing treesRyo Nihei1-5/+25
2021-08-05Add --cst option to the parse commandRyo Nihei1-7/+23
When this option is enabled, the parser generates a CST.
2021-08-04Generate an AST and a CST only when they are necessaryRyo Nihei3-61/+101
2021-08-03Fix the name of the EOF symbol in the description fileRyo Nihei1-0/+7