Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to drastically improve perf around whitespace | Titus Wormer | 2022-07-26 | 1 | -88/+0 |
| | |||||
* | Refactor to not pass codes around | Titus Wormer | 2022-07-25 | 1 | -8/+8 |
| | |||||
* | Remove no longer needed field in `State::Ok` | Titus Wormer | 2022-07-25 | 1 | -1/+1 |
| | |||||
* | Improve performance w/ a single feed loop | Titus Wormer | 2022-07-25 | 1 | -1/+1 |
| | |||||
* | Refactor to remove unneeded tuples in every states | Titus Wormer | 2022-07-22 | 1 | -8/+8 |
| | |||||
* | Refactor to pass ints instead of vecs around | Titus Wormer | 2022-07-22 | 1 | -8/+5 |
| | |||||
* | Add support for turning off constructs | Titus Wormer | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Refactor examples of states | Titus Wormer | 2022-07-18 | 1 | -4/+6 |
| | |||||
* | Refactor to move token types to `token` | Titus Wormer | 2022-07-07 | 1 | -7/+8 |
| | |||||
* | Refactor code style | Titus Wormer | 2022-07-05 | 1 | -1/+1 |
| | |||||
* | Add docs for token types | Titus Wormer | 2022-06-22 | 1 | -0/+5 |
| | |||||
* | Add support for hard break (trailing) | Titus Wormer | 2022-06-16 | 1 | -0/+83 |