aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/html_flow.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-23Fix internal docs on grammar of html (flow)Libravatar Titus Wormer1-3/+3
2023-05-23Refactor some codeLibravatar Titus Wormer1-5/+4
2022-10-12Refactor to improve some module docsLibravatar Titus Wormer1-3/+3
2022-08-22Add support for GFM strikethroughLibravatar Titus Wormer1-2/+2
2022-08-19Refactor to move more things to `util/`Libravatar Titus Wormer1-6/+6
2022-08-15Refactor to proof docs, grammarsLibravatar Titus Wormer1-24/+24
2022-08-15Refactor to move `content` to `construct`Libravatar Titus Wormer1-1/+1
2022-08-12Refactor to attempt less if never neededLibravatar Titus Wormer1-14/+19
2022-08-12Refactor to improve enteringLibravatar Titus Wormer1-1/+1
2022-08-12Remove `match` statements if clumsyLibravatar Titus Wormer1-66/+50
2022-08-12Refactor to improve docs of each functionLibravatar Titus Wormer1-26/+26
2022-08-11Refactor attempts to remove unneeded state nameLibravatar Titus Wormer1-8/+7
2022-08-11Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer1-3/+3
2022-08-11Refactor to move some code to `event.rs`Libravatar Titus Wormer1-88/+88
2022-08-11Refactor to move some code to `state.rs`Libravatar Titus Wormer1-75/+76
2022-08-11Refactor internal docs, code style of tokenizerLibravatar Titus Wormer1-6/+4
2022-08-10Add `State::Retry`Libravatar Titus Wormer1-23/+23
2022-08-10Rename `State::Fn` to `State::Next`Libravatar Titus Wormer1-50/+50
2022-08-09Add support for passing `ok`, `nok` as separate states to attemptsLibravatar Titus Wormer1-15/+11
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