Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-06-30 | Simplify syntax of modifiers and semantic actions | Ryo Nihei | 1 | -2/+3 | |
Modifiers and semantic actions are represented by directives following the '#' symbol. | |||||
2021-06-29 | Add testing for the driver | Ryo Nihei | 1 | -1/+114 | |
2021-06-29 | Prioritize anonymous patterns over named patterns | Ryo Nihei | 1 | -1/+4 | |
2021-06-28 | Add ast action | Ryo Nihei | 12 | -84/+515 | |
2021-06-20 | Add syntax of fragment | Ryo Nihei | 9 | -19/+129 | |
2021-06-20 | Add skip action | Ryo Nihei | 4 | -16/+60 | |
2021-06-20 | Add syntax of modifiers and actions | Ryo Nihei | 9 | -30/+298 | |
Currently, a mode modifier and push/pop actions are available. The modifier and the actions make sense in only lexical specifications. | |||||
2021-06-20 | Add syntax of comments | Ryo Nihei | 4 | -1/+22 | |
2021-06-19 | Add CLI | Ryo Nihei | 6 | -1/+206 | |
2021-06-19 | Add driver | Ryo Nihei | 4 | -0/+337 | |
2021-06-18 | Add SLR parsing table generator | Ryo Nihei | 10 | -0/+2201 | |