Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create general regex simplification passHEADmaster | Bobby Bingham | 2017-07-25 | 1 | -0/+35 |
| | | | | | Move the previous special-case logic for removing 1-1 repeats into this pass. | ||||
* | move regex printing code to print-regex.c | Bobby Bingham | 2017-07-25 | 1 | -124/+0 |
| | |||||
* | simplify by not creating repeat nodes if min=max=1 | Bobby Bingham | 2017-07-25 | 1 | -19/+3 |
| | |||||
* | Output regex instead of debugging format | Bobby Bingham | 2017-07-24 | 1 | -0/+140 |