aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/code_fenced.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-32/+41
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-3/+3
* Refactor to attempt less if never neededLibravatar Titus Wormer2022-08-121-58/+73
* Refactor to improve enteringLibravatar Titus Wormer2022-08-121-3/+17
* Remove unneeded stateLibravatar Titus Wormer2022-08-121-21/+4
* Remove `match` statements if clumsyLibravatar Titus Wormer2022-08-121-67/+60
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-14/+15
* Refactor attempts to remove unneeded state nameLibravatar Titus Wormer2022-08-111-35/+40
* Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer2022-08-111-8/+8
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-64/+64
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-35/+36
* Refactor internal docs, code style of tokenizerLibravatar Titus Wormer2022-08-111-11/+11
* Add `State::Retry`Libravatar Titus Wormer2022-08-101-39/+19
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-32/+32
* Add support for passing `ok`, `nok` as separate states to attemptsLibravatar Titus Wormer2022-08-091-20/+40
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-68/+72
* Refactor to remove most closuresLibravatar Titus Wormer2022-08-021-87/+83
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-81/+42
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-28/+28
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-38/+27
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-74/+71
* 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-3/+3
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-54/+40
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-28/+21
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-8/+26
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-67/+78
* Add missing docs to html (flow)Libravatar Titus Wormer2022-07-151-1/+7
* Remove unneeded fieldLibravatar Titus Wormer2022-07-151-9/+5
* Fix lazy first line in code (fenced)Libravatar Titus Wormer2022-07-151-13/+7
* Add support for lazy linesLibravatar Titus Wormer2022-07-111-14/+30
* Fix closing of flow when exiting containersLibravatar Titus Wormer2022-07-081-0/+1
* Add support for concrete constructsLibravatar Titus Wormer2022-07-081-3/+16
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-39/+40
* Refactor code styleLibravatar Titus Wormer2022-07-051-11/+18
* Make paragraphs really fastLibravatar Titus Wormer2022-07-011-1/+4
* Refactor to reorder token typesLibravatar Titus Wormer2022-07-011-1/+1
* Fix jumps in `edit_map`Libravatar Titus Wormer2022-06-281-6/+6
* Refactor some unneeded assignmentsLibravatar Titus Wormer2022-06-221-4/+2
* Add `attempt_opt` to tokenizerLibravatar Titus Wormer2022-06-221-17/+39
* Rename `Whitespace` token to `SpaceOrTab`Libravatar Titus Wormer2022-06-221-2/+2
* Add docs for token typesLibravatar Titus Wormer2022-06-221-0/+11
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-26/+42
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-123/+46
* Add paragraphLibravatar Titus Wormer2022-06-201-1/+4
* Remove unneeded `content` content typeLibravatar Titus Wormer2022-06-201-1/+1
* Add code (text)Libravatar Titus Wormer2022-06-151-8/+5
* Reorganize to split utilLibravatar Titus Wormer2022-06-141-3/+3
* Add some improved docsLibravatar Titus Wormer2022-06-131-4/+7
* .Libravatar Titus Wormer2022-06-081-0/+581