aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/partial_destination.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update some last docs, bnf grammarsLibravatar Titus Wormer2022-08-161-15/+25
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-1/+1
* Refactor to improve enteringLibravatar Titus Wormer2022-08-121-3/+17
* Remove `match` statements if clumsyLibravatar Titus Wormer2022-08-121-32/+33
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-6/+6
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-21/+21
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-15/+16
* Refactor internal docs, code style of tokenizerLibravatar Titus Wormer2022-08-111-1/+1
* Add `State::Retry`Libravatar Titus Wormer2022-08-101-5/+5
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-9/+9
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-15/+15
* Refactor to remove most closuresLibravatar Titus Wormer2022-08-021-74/+45
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-34/+19
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-14/+14
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-22/+17
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-36/+36
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-251-3/+3
* 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-27/+25
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-27/+18
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-7/+14
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-11/+12
* Refactor code styleLibravatar Titus Wormer2022-07-051-2/+2
* Add some more crosslinks to docsLibravatar Titus Wormer2022-06-281-1/+1
* Add docs to label endLibravatar Titus Wormer2022-06-281-3/+2
* Fix jumps in `edit_map`Libravatar Titus Wormer2022-06-281-6/+6
* Add link, images (resource)Libravatar Titus Wormer2022-06-241-2/+1
* Add docs on encoding to definition, destinationLibravatar Titus Wormer2022-06-221-4/+36
* Add support for capping destination (raw) balanceLibravatar Titus Wormer2022-06-211-4/+3
* Add support for passing token types to destination, label, titleLibravatar Titus Wormer2022-06-211-53/+82
* Refactor some codeLibravatar Titus Wormer2022-06-201-32/+31
* Add support for line endings in stringLibravatar Titus Wormer2022-06-201-4/+2
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-1/+1
* Add paragraphLibravatar Titus Wormer2022-06-201-1/+4
* Add docs to destination, label, titleLibravatar Titus Wormer2022-06-201-5/+70
* Add support for definitionsLibravatar Titus Wormer2022-06-171-0/+154