roc/crates/docs
Joshua Warner 07be8ec000
Refactor Parser trait to pass min_indent
This removes the need to explicitly pass thru min_indent when using the parser combinators.

My ultimate goal here is to evolve the current parser closer toward a purely combinator-based parser,
at which point we can more easily transition smoothly to a formal(ish) grammar, or expand the meanings of combinators
to include things like:
* Incremental (re)parsing
* Unified parsing and formatting code
* Better error recovery
* Using the main parser directly for syntax highlighting
2022-10-31 13:31:47 -07:00
..
src Refactor Parser trait to pass min_indent 2022-10-31 13:31:47 -07:00
tests moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
.gitignore moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
Cargo.toml Bump peg from 0.8.0 to 0.8.1 2022-09-26 23:01:08 +00:00