aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/partial_space_or_tab.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-6/+6
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-8/+5
* Refactor to drastically improve perf around whitespaceLibravatar Titus Wormer2022-07-261-1/+1
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-20/+20
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-251-4/+4
* Improve performance w/ a single feed loopLibravatar Titus Wormer2022-07-251-4/+4
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-17/+17
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-24/+21
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-24/+13
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-7/+8
* Refactor code styleLibravatar Titus Wormer2022-07-051-2/+2
* Refactor to clean and document `space_or_tab`Libravatar Titus Wormer2022-07-011-91/+127
* Fix jumps in `edit_map`Libravatar Titus Wormer2022-06-281-41/+120
* Add link, images (resource)Libravatar Titus Wormer2022-06-241-0/+39
* Add `attempt_opt` to tokenizerLibravatar Titus Wormer2022-06-221-25/+34
* Rename `Whitespace` token to `SpaceOrTab`Libravatar Titus Wormer2022-06-221-1/+1
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-34/+36
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-0/+98