Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove anonymous symbol system | Ryo Nihei | 2022-11-05 | 1 | -28/+19 |
* | Remove alias system | Ryo Nihei | 2022-11-05 | 1 | -2/+2 |
* | Remove the kind field from a node corresponding to an anonymous terminal symbol | Ryo Nihei | 2022-06-11 | 1 | -0/+170 |
* | Rename spec package to spec/grammar package | Ryo Nihei | 2022-05-27 | 1 | -1/+1 |
* | Allows a directory to be specified as the --output option for the vartan-comp... | Ryo Nihei | 2022-05-22 | 1 | -1/+1 |
* | Stop supporting SLR(1) and always use LALR(1) | Ryo Nihei | 2022-05-22 | 1 | -1/+1 |
* | Change syntax for top-level directives | Ryo Nihei | 2022-05-10 | 1 | -4/+4 |
* | Move directives given to lexical productions | Ryo Nihei | 2022-03-29 | 1 | -12/+24 |
* | Use a lexer via interface | Ryo Nihei | 2022-03-27 | 1 | -1/+6 |
* | Use grammar via an interface | Ryo Nihei | 2022-03-23 | 1 | -1/+1 |
* | Add name directive to specify a grammar name | Ryo Nihei | 2021-10-28 | 1 | -0/+8 |
* | Make semantic actions user-configurable | Ryo Nihei | 2021-09-03 | 1 | -1/+1 |
* | Add error symbol and #recover directive to recover from an error state | Ryo Nihei | 2021-08-26 | 1 | -0/+130 |