roc/crates/compiler/parse
Jackson Wambolt f001cf98e6
Clarify doc for indented_seq
Previously said that `indented_seq` was similar to `and`, but it's more
like `skip_first`. `and` returns a tuple of both parsers' outputs, but
`indented_seq` only returns the output of the second parser, just like
`skip_first`.
2024-04-22 20:03:05 -05:00
..
benches Re-improve perf of skipping spaces and comments 2022-12-11 08:43:22 -08:00
src Clarify doc for indented_seq 2024-04-22 20:03:05 -05:00
tests add suffixed to Identifer and QualifiedIdentifier 2024-04-14 13:45:00 +10:00
Cargo.toml Add Src64 2023-09-06 23:12:33 -04:00