Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indents of a tree | Ryo Nihei | 2021-08-19 | 1 | -1/+1 |
* | Fix panic on a syntax error | Ryo Nihei | 2021-08-15 | 1 | -3/+5 |
* | Add --only-parse option to the parse command | Ryo Nihei | 2021-08-05 | 1 | -6/+11 |
* | Avoid the growth of slices when constructing trees | Ryo Nihei | 2021-08-05 | 1 | -5/+25 |
* | Generate an AST and a CST only when they are necessary | Ryo Nihei | 2021-08-04 | 1 | -58/+98 |
* | Print expected terminals on a parse error | Ryo Nihei | 2021-08-02 | 1 | -2/+44 |
* | Use maleeni v0.3.0 | Ryo Nihei | 2021-08-01 | 1 | -2/+2 |
* | Add testing for the driver | Ryo Nihei | 2021-07-15 | 1 | -0/+3 |
* | Prettify trees | Ryo Nihei | 2021-07-02 | 1 | -8/+29 |
* | Add ast action | Ryo Nihei | 2021-06-28 | 1 | -20/+71 |
* | Add skip action | Ryo Nihei | 2021-06-20 | 1 | -12/+21 |
* | Add driver | Ryo Nihei | 2021-06-19 | 1 | -0/+155 |