Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create general regex simplification passHEADmaster | Bobby Bingham | 2017-07-25 | 5 | -10/+44 |
| | | | | | 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 | 2 | -1/+1 |
| | |||||
* | simplify by not creating repeat nodes if min=max=1 | Bobby Bingham | 2017-07-25 | 2 | -20/+10 |
| | |||||
* | Output regex instead of debugging format | Bobby Bingham | 2017-07-24 | 5 | -2/+147 |
| | |||||
* | Initial commit | Bobby Bingham | 2017-07-24 | 7 | -0/+349 |