| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change syntax of production directives | Ryo Nihei | 2022-03-29 | 1 | -56/+39 |
| | | | | | | | | The position of directives given to productions has moved from before a left-hand side value to after a left-hand side value. This change aims to simplify the syntax. However, there is no change in positions of directives given to alternatives. | ||||
| * | Use IDs and labels as parameters of an #ast directive instead of symbol ↵ | Ryo Nihei | 2022-03-29 | 1 | -47/+15 |
| | | | | | positions | ||||
| * | Add label notation | Ryo Nihei | 2022-03-29 | 1 | -0/+104 |
| | | |||||
| * | Simplify the syntax of #ast directive | Ryo Nihei | 2022-03-28 | 1 | -66/+40 |
| | | | | | This change allows using the simple syntax of the directive like `#ast $1 $3...` instead of `#ast #(foo $1 $3...)`. | ||||
| * | Add a column number to an error message | Ryo Nihei | 2021-08-22 | 1 | -38/+44 |
| | | |||||
| * | Support %left and %right to specify precedences and associativities | Ryo Nihei | 2021-08-22 | 1 | -0/+92 |
| | | |||||
| * | Count the number of each line in consecutive lines | Ryo Nihei | 2021-07-28 | 1 | -0/+52 |
| | | |||||
| * | Add literal pattern syntax and change tree structure syntax | Ryo Nihei | 2021-07-22 | 1 | -6/+6 |
| | | | | | | | - Literal patterns don't interpret the special characters of regular expressions. In other words, 'abc|def' matches only `abc|def`, not `abc` or `def`. - Change tree structure syntax from '(...) to #(...). | ||||
| * | Detect multiple semantic errors in a single parse | Ryo Nihei | 2021-07-18 | 1 | -1/+1 |
| | | |||||
| * | Add token positions to an AST | Ryo Nihei | 2021-07-18 | 1 | -18/+199 |
| | | |||||
| * | Refactor | Ryo Nihei | 2021-07-18 | 1 | -1/+12 |
| | | |||||
| * | Detect multiple syntax errors in a single parse | Ryo Nihei | 2021-07-17 | 1 | -6/+2 |
| | | |||||
| * | Add a line number to error messages | Ryo Nihei | 2021-07-16 | 1 | -1/+7 |
| | | |||||
| * | Allow directives to take multiple parameters | Ryo Nihei | 2021-07-02 | 1 | -12/+20 |
| | | |||||
| * | Simplify syntax of modifiers and semantic actions | Ryo Nihei | 2021-06-30 | 1 | -126/+132 |
| | | | | | Modifiers and semantic actions are represented by directives following the '#' symbol. | ||||
| * | Add ast action | Ryo Nihei | 2021-06-28 | 1 | -8/+131 |
| | | |||||
| * | Add syntax of fragment | Ryo Nihei | 2021-06-20 | 1 | -0/+29 |
| | | |||||
| * | Add syntax of modifiers and actions | Ryo Nihei | 2021-06-20 | 1 | -0/+111 |
| | | | | | | Currently, a mode modifier and push/pop actions are available. The modifier and the actions make sense in only lexical specifications. | ||||
| * | Add production syntax | Ryo Nihei | 2021-06-15 | 1 | -11/+47 |
| | | |||||
| * | Add spec parser | Ryo Nihei | 2021-06-15 | 1 | -0/+153 |
| Currently, the parser only supports definitions of lexical specification. | |||||
