mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
![]() 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 |
||
---|---|---|
.. | ||
ast.rs | ||
blankspace.rs | ||
expr.rs | ||
header.rs | ||
ident.rs | ||
keyword.rs | ||
lib.rs | ||
module.rs | ||
number_literal.rs | ||
parser.rs | ||
pattern.rs | ||
problems.rs | ||
state.rs | ||
string_literal.rs | ||
test_helpers.rs | ||
type_annotation.rs |