aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/code_text.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-28Refactor to work on `char`sLibravatar Titus Wormer1-9/+9
2022-07-25Refactor to not pass codes aroundLibravatar Titus Wormer1-26/+24
2022-07-25Remove no longer needed field in `State::Ok`Libravatar Titus Wormer1-1/+1
2022-07-25Improve performance w/ a single feed loopLibravatar Titus Wormer1-1/+1
2022-07-22Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer1-26/+15
2022-07-22Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer1-10/+7
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-2/+4
2022-07-18Refactor examples of statesLibravatar Titus Wormer1-10/+12
2022-07-18Remove unneeded tokenLibravatar Titus Wormer1-3/+3
2022-07-07Refactor to move token types to `token`Libravatar Titus Wormer1-20/+20
2022-07-05Refactor code styleLibravatar Titus Wormer1-2/+2
2022-07-01Refactor to reorder token typesLibravatar Titus Wormer1-1/+1
2022-06-22Add docs for token typesLibravatar Titus Wormer1-0/+7
2022-06-21Refactor to improve a bunch of statesLibravatar Titus Wormer1-18/+8
2022-06-20Remove unneeded `pub` keywordsLibravatar Titus Wormer1-4/+4
2022-06-15Add code (text)Libravatar Titus Wormer1-0/+217