aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/partial_non_lazy_continuation.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for math (flow)Libravatar Titus Wormer2022-08-261-2/+2
* Update some last docs, bnf grammarsLibravatar Titus Wormer2022-08-161-1/+1
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-1/+1
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-2/+2
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-5/+5
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-2/+3
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-1/+1
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-3/+3
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-1/+1
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-2/+2
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-4/+4
* 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-2/+2
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-7/+7
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-4/+4
* Add docs to non-lazy continuationLibravatar Titus Wormer2022-07-151-5/+27
* Add support for lazy linesLibravatar Titus Wormer2022-07-111-0/+26