Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-18 | Make the functions that test the automaton common | Ryo Nihei | 3 | -368/+159 | |
2021-08-18 | Update README | Ryo Nihei | 1 | -1/+1 | |
2021-08-18 | Set look-ahead symbols to items before generating a SLR(1) parsing table | Ryo Nihei | 9 | -288/+713 | |
2021-08-15 | Fix panic on a syntax error | Ryo Nihei | 1 | -3/+5 | |
2021-08-15 | Print a stack trace only when a panic occured | Ryo Nihei | 2 | -2/+14 | |
2021-08-15 | Support LALR(1) class | Ryo Nihei | 13 | -961/+2151 | |
2021-08-06 | Update CHANGELOG | Ryo Nihei | 1 | -0/+11 | |
2021-08-05 | Remove the accept message | Ryo Nihei | 2 | -6/+3 | |
2021-08-05 | Print a stack trace on panic | Ryo Nihei | 2 | -6/+9 | |
2021-08-05 | Add --only-parse option to the parse command | Ryo Nihei | 2 | -17/+32 | |
When this option is enabled, the parser performs only parse and doesn't semantic actions. | |||||
2021-08-05 | Avoid the growth of slices when constructing trees | Ryo Nihei | 1 | -5/+25 | |
2021-08-05 | Add --cst option to the parse command | Ryo Nihei | 1 | -7/+23 | |
When this option is enabled, the parser generates a CST. | |||||
2021-08-04 | Generate an AST and a CST only when they are necessary | Ryo Nihei | 3 | -61/+101 | |
2021-08-03 | Fix the name of the EOF symbol in the description file | Ryo Nihei | 1 | -0/+7 | |