Improve ruby parsing heuristics.

This commit is contained in:
2026-08-21 12:28:16 +01:00
parent 6ea03d651a
commit 739d2e450e
6 changed files with 82 additions and 84 deletions
-3
View File
@@ -24,9 +24,6 @@ struct Parser {
std::pair<ParseState *, ParseState *> split_tree(ParseState *node, uint64_t line);
ParseState *join_tree(ParseState *a, ParseState *b);
Scope scope_root;
Scope *get_scope(uint64_t);
struct Iterator {
Parser *p;
std::optional<vase::Iterator> it;