Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reject reversed {m,n} repeats where m > n. | Kaz Kylheku | 2014-03-17 | 1 | -7/+28 |
| | |||||
* | Fix use of nonexistent variable in test driver. | Kaz Kylheku | 2014-03-17 | 2 | -1/+6 |
| | |||||
* | Remove unnecessary semicolons. | Kaz Kylheku | 2014-03-17 | 2 | -3/+8 |
| | |||||
* | New file: awkreg-grammar.txt. | Kaz Kylheku | 2014-03-17 | 2 | -0/+74 |
| | |||||
* | Fix in {m,n} syntax. Improved driver code. | Kaz Kylheku | 2014-03-17 | 2 | -11/+66 |
| | | | | | | The issue is that the parser partially consumes broken {m,n} syntax. The eat_rep_notation function must backtrack fully, and its caller must detect it has done so. | ||||
* | Initial version. | Kaz Kylheku | 2014-03-17 | 1 | -0/+205 |