Intermediate step between tokenizer and parser for REPL line-continuation
Open
- Dominant language
- Rust
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Provide a component that sits between lexer and parser that "holds" the parse until a closing brace / closing quote ... is seen in the REPL.
This avoids expensive re-parsing to determine whether we have a complete statement, and makes it easier to report errors only when a user might expect them.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.