Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-25 | Refactor to not pass codes around | 1 | -4/+4 | ||
2022-07-25 | Remove no longer needed field in `State::Ok` | 1 | -1/+1 | ||
2022-07-25 | Improve performance w/ a single feed loop | 1 | -3/+1 | ||
2022-07-22 | Refactor to remove unneeded tuples in every states | 1 | -5/+5 | ||
2022-07-22 | Refactor to pass ints instead of vecs around | 1 | -2/+2 | ||
2022-07-18 | Refactor examples of states | 1 | -6/+8 | ||
2022-07-15 | Add missing link | 1 | -5/+4 | ||
2022-07-07 | Refactor to move token types to `token` | 1 | -1/+1 | ||
2022-06-22 | Add `attempt_opt` to tokenizer | 1 | -2/+2 | ||
2022-06-22 | Rename `Whitespace` token to `SpaceOrTab` | 1 | -1/+1 | ||
2022-06-22 | Add docs for token types | 1 | -0/+4 | ||
2022-06-20 | Add improved whitespace handling | 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 | |||||
2022-06-20 | Add paragraph | 1 | -2/+3 | ||
2022-06-13 | Add some improved docs | 1 | -3/+6 | ||