roc/crates/compiler/parse
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
..
benches Refactor Parser trait to pass min_indent 2022-10-31 13:31:47 -07:00
fuzz Add missing h1s 2022-09-09 01:12:32 -06:00
src Refactor Parser trait to pass min_indent 2022-10-31 13:31:47 -07:00
tests Refactor Parser trait to pass min_indent 2022-10-31 13:31:47 -07:00
Cargo.toml Bump bumpalo from 3.10.0 to 3.11.0 2022-09-12 21:08:56 +00:00