Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify syntax of modifiers and semantic actions | Ryo Nihei | 2021-06-30 | 1 | -15/+15 |
| | | | | Modifiers and semantic actions are represented by directives following the '#' symbol. | ||||
* | Add testing for the driver | Ryo Nihei | 2021-06-29 | 1 | -1/+114 |
| | |||||
* | Add ast action | Ryo Nihei | 2021-06-28 | 1 | -22/+87 |
| | |||||
* | Add syntax of fragment | Ryo Nihei | 2021-06-20 | 1 | -0/+11 |
| | |||||
* | Add skip action | Ryo Nihei | 2021-06-20 | 1 | -0/+12 |
| | |||||
* | Add syntax of modifiers and actions | Ryo Nihei | 2021-06-20 | 1 | -23/+65 |
| | | | | | Currently, a mode modifier and push/pop actions are available. The modifier and the actions make sense in only lexical specifications. | ||||
* | Add driver | Ryo Nihei | 2021-06-19 | 1 | -0/+50 |