Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-20 | Refactor to use less vecs for events | Titus Wormer | 1 | -3/+3 | |
2022-07-19 | Refactor to remove cloning in `edit_map` | Titus Wormer | 1 | -1/+1 | |
2022-07-18 | Refactor to organize resolvers | Titus Wormer | 1 | -2/+2 | |
2022-07-18 | Refactor examples of states | Titus Wormer | 1 | -3/+6 | |
2022-07-07 | Refactor to move token types to `token` | Titus Wormer | 1 | -8/+9 | |
2022-07-05 | Refactor code style | Titus Wormer | 1 | -4/+2 | |
2022-06-30 | Add support for trimming whitespace around string, text | Titus Wormer | 1 | -2/+49 | |
This commit introduces trimming initial and final whitespace around the whole string or text, or around line endings inside that string or text. * Add `register_resolver_before`, to run resolvers earlier than others, used for labels * Add resolver to merge `data` events, which are the most frequent token that occurs, and can happen adjacently. In `micromark-js` this sped up parsing a lot * Fix a bug where a virtual space was not seen as an okay event * Refactor to enable all turned off whitespace tests | |||||
2022-06-21 | Make data a construct | Titus Wormer | 1 | -0/+69 | |