Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite algorithm to not pass around boxed functions | Titus Wormer | 2022-08-09 | 1 | -19/+32 |
* | Refactor to improve states | Titus Wormer | 2022-07-29 | 1 | -20/+17 |
* | Refactor to work on bytes (`u8`) | Titus Wormer | 2022-07-29 | 1 | -4/+4 |
* | Refactor to work on `char`s | Titus Wormer | 2022-07-28 | 1 | -9/+8 |
* | Refactor to not pass codes around | Titus Wormer | 2022-07-25 | 1 | -22/+22 |
* | Remove no longer needed field in `State::Ok` | Titus Wormer | 2022-07-25 | 1 | -2/+2 |
* | Improve performance w/ a single feed loop | Titus Wormer | 2022-07-25 | 1 | -4/+4 |
* | Refactor to remove unneeded tuples in every states | Titus Wormer | 2022-07-22 | 1 | -16/+16 |
* | Refactor to pass ints instead of vecs around | Titus Wormer | 2022-07-22 | 1 | -7/+7 |
* | Add support for turning off constructs | Titus Wormer | 2022-07-18 | 1 | -1/+1 |
* | Refactor examples of states | Titus Wormer | 2022-07-18 | 1 | -23/+24 |
* | Add support for lazy lines | Titus Wormer | 2022-07-11 | 1 | -10/+13 |
* | Refactor to move token types to `token` | Titus Wormer | 2022-07-07 | 1 | -11/+12 |
* | Make paragraphs really fast | Titus Wormer | 2022-07-01 | 1 | -2/+9 |
* | Add `attempt_opt` to tokenizer | Titus Wormer | 2022-06-22 | 1 | -2/+2 |
* | Rename `Whitespace` token to `SpaceOrTab` | Titus Wormer | 2022-06-22 | 1 | -1/+1 |
* | Add docs for token types | Titus Wormer | 2022-06-22 | 1 | -0/+7 |
* | Add improved whitespace handling | Titus Wormer | 2022-06-20 | 1 | -61/+35 |
* | Add code (text) | Titus Wormer | 2022-06-15 | 1 | -6/+6 |
* | Add some improved docs | Titus Wormer | 2022-06-13 | 1 | -2/+3 |
* | . | Titus Wormer | 2022-06-08 | 1 | -0/+190 |