aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/definition.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace some unused code for assertionsLibravatar Titus Wormer2022-10-131-9/+5
* Fix to prefer flow over definitions, setext headingsLibravatar Titus Wormer2022-09-141-5/+21
* Add support for GFM tagfilterLibravatar Titus Wormer2022-09-011-1/+1
* Add support for GFM footnotesLibravatar Titus Wormer2022-08-251-6/+6
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-1/+1
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-17/+25
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-2/+2
* Refactor to attempt less if never neededLibravatar Titus Wormer2022-08-121-37/+55
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-12/+12
* Refactor attempts to remove unneeded state nameLibravatar Titus Wormer2022-08-111-31/+20
* Refactor to handle definitions when parsingLibravatar Titus Wormer2022-08-111-3/+34
* Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer2022-08-111-16/+17
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-56/+56
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-21/+22
* Refactor internal docs, code style of tokenizerLibravatar Titus Wormer2022-08-111-4/+9
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-26/+26
* Add support for passing `ok`, `nok` as separate states to attemptsLibravatar Titus Wormer2022-08-091-16/+43
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-33/+39
* Refactor to remove most closuresLibravatar Titus Wormer2022-08-021-45/+50
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-10/+11
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-4/+4
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-5/+5
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-30/+27
* 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/+2
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-25/+22
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-8/+8
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-3/+3
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-32/+38
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-33/+34
* Refactor code styleLibravatar Titus Wormer2022-07-051-2/+2
* Make paragraphs really fastLibravatar Titus Wormer2022-07-011-2/+15
* Refactor to reorder token typesLibravatar Titus Wormer2022-07-011-4/+4
* Refactor to clean and document `space_or_tab`Libravatar Titus Wormer2022-07-011-3/+3
* Refactor some docs, fix some grammarLibravatar Titus Wormer2022-06-301-4/+4
* Fix a bunch of bugs with definitions, referencesLibravatar Titus Wormer2022-06-291-1/+1
* Add some more crosslinks to docsLibravatar Titus Wormer2022-06-281-13/+10
* Add docs to label endLibravatar Titus Wormer2022-06-281-22/+6
* Add link, images (resource)Libravatar Titus Wormer2022-06-241-102/+34
* Refactor to not use `pub` when not neededLibravatar Titus Wormer2022-06-221-1/+1
* Add docs on normalizing identifiers, matchingLibravatar Titus Wormer2022-06-221-7/+37
* Add support for normalizing identifiersLibravatar Titus Wormer2022-06-221-5/+0
* Add docs on encoding to definition, destinationLibravatar Titus Wormer2022-06-221-1/+9
* Add `attempt_opt` to tokenizerLibravatar Titus Wormer2022-06-221-9/+11
* Rename `Whitespace` token to `SpaceOrTab`Libravatar Titus Wormer2022-06-221-3/+3
* Add docs for token typesLibravatar Titus Wormer2022-06-221-0/+18
* Add support for capping destination (raw) balanceLibravatar Titus Wormer2022-06-211-0/+1
* Add support for passing token types to destination, label, titleLibravatar Titus Wormer2022-06-211-5/+48
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-7/+5
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-64/+32