Files
wren/test
Bob Nystrom c1fc6adcb4 feat: extract argument list parsing into finishArgumentList helper
Extract the duplicated argument list parsing logic from methodCall and
subscript into a shared finishArgumentList function. This unifies the
comma-separated expression parsing, arity tracking, and newline handling
into a single location. Also add a new test case verifying that newlines
after commas and before closing delimiters are correctly handled in both
method calls and subscript expressions.
2015-02-22 18:42:49 +00:00
..