aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/code_text.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for math (text)Libravatar Titus Wormer2022-08-261-213/+0
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-1/+1
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-15/+17
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-2/+2
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-2/+2
* 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-27/+27
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-11/+12
* Refactor internal docs, code style of tokenizerLibravatar Titus Wormer2022-08-111-4/+4
* Add `State::Retry`Libravatar Titus Wormer2022-08-101-6/+6
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-4/+4
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-9/+9
* Refactor to remove most closuresLibravatar Titus Wormer2022-08-021-16/+24
* Refactor some statesLibravatar Titus Wormer2022-08-011-11/+12
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-4/+3
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-7/+7
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-9/+9
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-26/+24
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-251-1/+1
* Improve performance w/ a single feed loopLibravatar Titus Wormer2022-07-251-1/+1
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-26/+15
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-10/+7
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-2/+4
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-10/+12
* Remove unneeded tokenLibravatar Titus Wormer2022-07-181-3/+3
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-20/+20
* Refactor code styleLibravatar Titus Wormer2022-07-051-2/+2
* Refactor to reorder token typesLibravatar Titus Wormer2022-07-011-1/+1
* Add docs for token typesLibravatar Titus Wormer2022-06-221-0/+7
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-18/+8
* Remove unneeded `pub` keywordsLibravatar Titus Wormer2022-06-201-4/+4
* Add code (text)Libravatar Titus Wormer2022-06-151-0/+217