aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/partial_space_or_tab.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused codeLibravatar Titus Wormer2022-10-131-1/+1
* Update some last docs, bnf grammarsLibravatar Titus Wormer2022-08-161-4/+13
* Refactor to improve enteringLibravatar Titus Wormer2022-08-121-10/+18
* Remove `match` statements if clumsyLibravatar Titus Wormer2022-08-121-15/+16
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-1/+1
* Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer2022-08-111-161/+0
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-29/+29
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-18/+19
* Add `State::Retry`Libravatar Titus Wormer2022-08-101-4/+4
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-10/+10
* Add support for passing `ok`, `nok` as separate states to attemptsLibravatar Titus Wormer2022-08-091-8/+10
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-80/+91
* Refactor to remove most closuresLibravatar Titus Wormer2022-08-021-78/+113
* 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