aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/code_indented.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix containers piercing into indented codeLibravatar Titus Wormer2022-09-121-1/+1
* Add support for math (flow)Libravatar Titus Wormer2022-08-261-2/+2
* Add support for math (text)Libravatar Titus Wormer2022-08-261-2/+2
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-1/+1
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-1/+1
* Add support for frontmatterLibravatar Titus Wormer2022-08-161-1/+1
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-18/+26
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-2/+2
* Refactor to attempt less if never neededLibravatar Titus Wormer2022-08-121-6/+10
* Remove `match` statements if clumsyLibravatar Titus Wormer2022-08-121-25/+11
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-3/+3
* Refactor attempts to remove unneeded state nameLibravatar Titus Wormer2022-08-111-17/+13
* Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer2022-08-111-4/+4
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-22/+26
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-19/+16
* Add `State::Retry`Libravatar Titus Wormer2022-08-101-4/+4
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-15/+15
* Add support for passing `ok`, `nok` as separate states to attemptsLibravatar Titus Wormer2022-08-091-16/+20
* 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