summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* License.HEADmasterKaz Kylheku2014-08-131-0/+6
|
* Resize script.Kaz Kylheku2014-08-131-0/+66
|
* Reject reversed ranges like [z-a].Kaz Kylheku2014-03-172-2/+11
|
* Reject reversed {m,n} repeats where m > n.Kaz Kylheku2014-03-171-7/+28
|
* Fix use of nonexistent variable in test driver.Kaz Kylheku2014-03-172-1/+6
|
* Remove unnecessary semicolons.Kaz Kylheku2014-03-172-3/+8
|
* New file: awkreg-grammar.txt.Kaz Kylheku2014-03-172-0/+74
|
* Fix in {m,n} syntax. Improved driver code.Kaz Kylheku2014-03-172-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 Kylheku2014-03-171-0/+205