Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to move token types to `token` | Titus Wormer | 2022-07-07 | 1 | -1/+1 |
| | |||||
* | Add `attempt_opt` to tokenizer | Titus Wormer | 2022-06-22 | 1 | -2/+2 |
| | |||||
* | Rename `Whitespace` token to `SpaceOrTab` | Titus Wormer | 2022-06-22 | 1 | -1/+1 |
| | |||||
* | Add docs for token types | Titus Wormer | 2022-06-22 | 1 | -0/+4 |
| | |||||
* | Add improved whitespace handling | Titus Wormer | 2022-06-20 | 1 | -8/+5 |
| | | | | | | * 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 | ||||
* | Add paragraph | Titus Wormer | 2022-06-20 | 1 | -2/+3 |
| | |||||
* | Add some improved docs | Titus Wormer | 2022-06-13 | 1 | -3/+6 |
| | |||||
* | . | Titus Wormer | 2022-06-08 | 1 | -0/+61 |