Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to improve states | Titus Wormer | 2022-07-29 | 1 | -76/+17 |
* | Refactor to work on bytes (`u8`) | Titus Wormer | 2022-07-29 | 1 | -22/+22 |
* | Refactor to work on `char`s | Titus Wormer | 2022-07-28 | 1 | -24/+11 |
* | Refactor to not pass codes around | Titus Wormer | 2022-07-25 | 1 | -29/+29 |
* | Remove no longer needed field in `State::Ok` | Titus Wormer | 2022-07-25 | 1 | -1/+1 |
* | Refactor to remove unneeded tuples in every states | Titus Wormer | 2022-07-22 | 1 | -13/+13 |
* | Refactor to pass ints instead of vecs around | Titus Wormer | 2022-07-22 | 1 | -7/+7 |
* | Refactor examples of states | Titus Wormer | 2022-07-18 | 1 | -15/+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 | -4/+17 |
* | Add docs to attention | Titus Wormer | 2022-07-05 | 1 | -2/+2 |
* | Refactor to clean and document `space_or_tab` | Titus Wormer | 2022-07-01 | 1 | -4/+2 |
* | Add some more crosslinks to docs | Titus Wormer | 2022-06-28 | 1 | -3/+2 |
* | Fix jumps in `edit_map` | Titus Wormer | 2022-06-28 | 1 | -42/+25 |
* | Add link, images (resource) | Titus Wormer | 2022-06-24 | 1 | -7/+7 |
* | Add `attempt_opt` to tokenizer | Titus Wormer | 2022-06-22 | 1 | -2/+2 |
* | Add docs for `subtokenize` | Titus Wormer | 2022-06-21 | 1 | -1/+1 |
* | Add support for passing token types to destination, label, title | Titus Wormer | 2022-06-21 | 1 | -36/+66 |
* | Refactor to improve a bunch of states | Titus Wormer | 2022-06-21 | 1 | -31/+60 |
* | Add some more enabled tests | Titus Wormer | 2022-06-20 | 1 | -1/+0 |
* | Add support for line endings in string | Titus Wormer | 2022-06-20 | 1 | -13/+20 |
* | Add improved whitespace handling | Titus Wormer | 2022-06-20 | 1 | -5/+2 |
* | Add paragraph | Titus Wormer | 2022-06-20 | 1 | -1/+4 |
* | Remove unneeded `pub` keywords | Titus Wormer | 2022-06-20 | 1 | -4/+1 |
* | Add docs to destination, label, title | Titus Wormer | 2022-06-20 | 1 | -29/+98 |
* | Add support for definitions | Titus Wormer | 2022-06-17 | 1 | -0/+136 |