aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/code_indented.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-19/+32
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-20/+17
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-4/+4
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-9/+8
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-22/+22
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-251-2/+2
* 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-16/+16
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-7/+7
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-1/+1
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-23/+24
* Add support for lazy linesLibravatar Titus Wormer2022-07-111-10/+13
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-11/+12
* Make paragraphs really fastLibravatar Titus Wormer2022-07-011-2/+9
* Add `attempt_opt` to tokenizerLibravatar Titus Wormer2022-06-221-2/+2
* Rename `Whitespace` token to `SpaceOrTab`Libravatar Titus Wormer2022-06-221-1/+1
* Add docs for token typesLibravatar Titus Wormer2022-06-221-0/+7
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-61/+35
* Add code (text)Libravatar Titus Wormer2022-06-151-6/+6
* Add some improved docsLibravatar Titus Wormer2022-06-131-2/+3
* .Libravatar Titus Wormer2022-06-081-0/+190