Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-16 | Fix broken `chomp-macro` tests. | Greg Brown | |
2021-02-06 | Add `chomp-bench` crate so benchmarks can use a build script. | Greg Brown | |
2021-02-06 | Split handwritten and Nibble parsers. | Greg Brown | |
2021-02-03 | Create benchmark for JSON. | Greg Brown | |
2021-02-03 | Merge True and False into Bool. | Greg Brown | |
2021-02-03 | Add handwritten JSON parser. | Greg Brown | |
2021-02-03 | Parse JSON using Nibble. | Greg Brown | |
2021-01-19 | Clean up cargo manifests. | Greg Brown | |
2021-01-14 | Add labelled expressions. | Greg Brown | |
Restructure project (again). Convert `Cat` and `Alt` from binary to n+2-ary. | |||
2021-01-09 | Introduce chomp as a procedural macro. | Greg Brown | |
Add a bunch of tests. Fix chomp and chewed so autochomp compiles. |