aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/partial_destination.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-21Add support for capping destination (raw) balanceLibravatar Titus Wormer1-4/+3
2022-06-21Add support for passing token types to destination, label, titleLibravatar Titus Wormer1-53/+82
2022-06-20Refactor some codeLibravatar Titus Wormer1-32/+31
2022-06-20Add support for line endings in stringLibravatar Titus Wormer1-4/+2
2022-06-20Add improved whitespace handlingLibravatar Titus Wormer1-1/+1
* add several helpers for parsing betwen x and y `space_or_tab`s * use those helpers in a bunch of places * move initial indent parsing to flow constructs themselves
2022-06-20Add paragraphLibravatar Titus Wormer1-1/+4
2022-06-20Add docs to destination, label, titleLibravatar Titus Wormer1-5/+70
2022-06-17Add support for definitionsLibravatar Titus Wormer1-0/+154
* Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok`