Major updates/cleanup.

This commit is contained in:
2026-09-08 07:00:13 +01:00
parent 0df03f418a
commit 0760209417
23 changed files with 668 additions and 441 deletions
+1
View File
@@ -1030,6 +1030,7 @@ bool handle_syntax(RubyParser &p, std::vector<io::Token> *tokens, std::vector<Pa
|| p.peek(j) == '^'
|| p.peek(j) == '<'
|| p.peek(j) == '>'
|| p.peek(j) == '#'
) {
return false;
}