Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-12-13 | Replace build script with private crate | Titus Wormer | 1 | -1/+1 | |
Closes GH-34. Closes GH-35. | |||||
2022-10-25 | Regenerate unicode punctuation | Christian Murphy | 1 | -1/+24 | |
Closes GH-15. Reviewed-by: Titus Wormer <tituswormer@gmail.com> | |||||
2022-08-19 | Refactor to move more things to `util/` | Titus Wormer | 1 | -0/+0 | |
2022-08-15 | Refactor to proof docs, grammars | Titus Wormer | 1 | -2/+2 | |
2022-07-29 | Refactor to improve states | Titus Wormer | 1 | -1/+1 | |
* Remove custom kind wrappers, use plain bytes instead * Remove `Into`s, use the explicit expected types instead * Refactor to use `slice.as_str` in most places * Remove unneeded unique check before adding a definition * Use a shared CDATA prefix in constants * Inline byte checks into matches * Pass bytes back from parser instead of whole parse state * Refactor to work more often on bytes * Rename custom `size` to `len` | |||||
2022-07-05 | Fix typo | Titus Wormer | 1 | -1/+1 | |
2022-07-04 | Add support for unicode punctuation | Titus Wormer | 1 | -0/+838 | |