| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some unused code | Titus Wormer | 2022-10-13 | 1 | -1/+1 |
* | Update some last docs, bnf grammars | Titus Wormer | 2022-08-16 | 1 | -4/+13 |
* | Refactor to improve entering | Titus Wormer | 2022-08-12 | 1 | -10/+18 |
* | Remove `match` statements if clumsy | Titus Wormer | 2022-08-12 | 1 | -15/+16 |
* | Refactor to improve docs of each function | Titus Wormer | 2022-08-12 | 1 | -1/+1 |
* | Refactor to move `space_or_tab_eol` to own file | Titus Wormer | 2022-08-11 | 1 | -161/+0 |
* | Refactor to move some code to `event.rs` | Titus Wormer | 2022-08-11 | 1 | -29/+29 |
* | Refactor to move some code to `state.rs` | Titus Wormer | 2022-08-11 | 1 | -18/+19 |
* | Add `State::Retry` | Titus Wormer | 2022-08-10 | 1 | -4/+4 |
* | Rename `State::Fn` to `State::Next` | Titus Wormer | 2022-08-10 | 1 | -10/+10 |
* | Add support for passing `ok`, `nok` as separate states to attempts | Titus Wormer | 2022-08-09 | 1 | -8/+10 |
* | Rewrite algorithm to not pass around boxed functions | Titus Wormer | 2022-08-09 | 1 | -80/+91 |
* | Refactor to remove most closures | Titus Wormer | 2022-08-02 | 1 | -78/+113 |
* | Refactor to work on bytes (`u8`) | Titus Wormer | 2022-07-29 | 1 | -6/+6 |
* | Refactor to work on `char`s | Titus Wormer | 2022-07-28 | 1 | -8/+5 |
* | Refactor to drastically improve perf around whitespace | Titus Wormer | 2022-07-26 | 1 | -1/+1 |
* | Refactor to not pass codes around | Titus Wormer | 2022-07-25 | 1 | -20/+20 |
* | Remove no longer needed field in `State::Ok` | Titus Wormer | 2022-07-25 | 1 | -4/+4 |
* | 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 | -17/+17 |
* | Refactor to pass ints instead of vecs around | Titus Wormer | 2022-07-22 | 1 | -24/+21 |
* | Refactor examples of states | Titus Wormer | 2022-07-18 | 1 | -24/+13 |
* | Refactor to move token types to `token` | Titus Wormer | 2022-07-07 | 1 | -7/+8 |
* | Refactor code style | Titus Wormer | 2022-07-05 | 1 | -2/+2 |
* | Refactor to clean and document `space_or_tab` | Titus Wormer | 2022-07-01 | 1 | -91/+127 |
* | Fix jumps in `edit_map` | Titus Wormer | 2022-06-28 | 1 | -41/+120 |
* | Add link, images (resource) | Titus Wormer | 2022-06-24 | 1 | -0/+39 |
* | Add `attempt_opt` to tokenizer | Titus Wormer | 2022-06-22 | 1 | -25/+34 |
* | Rename `Whitespace` token to `SpaceOrTab` | Titus Wormer | 2022-06-22 | 1 | -1/+1 |
* | Refactor to improve a bunch of states | Titus Wormer | 2022-06-21 | 1 | -34/+36 |
* | Add improved whitespace handling | Titus Wormer | 2022-06-20 | 1 | -0/+98 |