aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/html_flow.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-09Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer1-94/+94
2022-08-02Refactor to remove most closuresLibravatar Titus Wormer1-209/+210
2022-07-29Refactor to improve statesLibravatar Titus Wormer1-128/+84
2022-07-29Refactor to work on bytes (`u8`)Libravatar Titus Wormer1-66/+65
2022-07-28Refactor to use `debug_assert`Libravatar Titus Wormer1-1/+0
2022-07-28Refactor to work on `char`sLibravatar Titus Wormer1-113/+111
2022-07-25Refactor to not pass codes aroundLibravatar Titus Wormer1-186/+176
2022-07-25Remove no longer needed field in `State::Ok`Libravatar Titus Wormer1-1/+1
2022-07-25Improve performance w/ a single feed loopLibravatar Titus Wormer1-2/+2
2022-07-22Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer1-220/+98
2022-07-22Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer1-72/+60
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-12/+21
2022-07-18Refactor examples of statesLibravatar Titus Wormer1-66/+102
2022-07-15Add missing docs to html (flow)Libravatar Titus Wormer1-37/+39
2022-07-15Remove unneeded fieldLibravatar Titus Wormer1-18/+12
2022-07-14Fix html (flow) whitespace againLibravatar Titus Wormer1-2/+11
2022-07-14Fix a bunch of container thingsLibravatar Titus Wormer1-3/+4
2022-07-11Add support for lazy linesLibravatar Titus Wormer1-18/+42
2022-07-08Add support for concrete constructsLibravatar Titus Wormer1-2/+23
2022-07-07Refactor to move token types to `token`Libravatar Titus Wormer1-15/+16
2022-07-07Fix some small to dosLibravatar Titus Wormer1-2/+2
2022-07-05Refactor code styleLibravatar Titus Wormer1-42/+43
2022-07-01Make paragraphs really fastLibravatar Titus Wormer1-5/+14
2022-06-22Refactor some unneeded assignmentsLibravatar Titus Wormer1-0/+1
2022-06-22Add `attempt_opt` to tokenizerLibravatar Titus Wormer1-2/+2
2022-06-22Add docs for token typesLibravatar Titus Wormer1-0/+6
2022-06-21Refactor to improve a bunch of statesLibravatar Titus Wormer1-283/+179
2022-06-20Add improved whitespace handlingLibravatar Titus Wormer1-5/+2
2022-06-20Add paragraphLibravatar Titus Wormer1-1/+2
2022-06-14Add docs for html (text)Libravatar Titus Wormer1-12/+17
2022-06-13Add some improved docsLibravatar Titus Wormer1-2/+3