Yutaro Ohno
e865d45904
fix: Recover from missing argument in call expressions
...
Previously, when parsing an argument list with a missing argument (e.g.,
`(a, , b)` in `foo(a, , b)`), the parser would stop upon an unexpected
token (at the second comma in the example), resulting in an incorrect
parse tree.
This commit improves error handling in such cases, ensuring a more
accurate parse tree is built.
2024-02-08 10:54:04 +01:00
..
2024-02-07 16:29:46 +01:00
2024-01-28 15:56:54 +02:00
2024-02-04 10:37:58 +02:00
2024-02-08 10:05:28 +01:00
2024-02-07 19:42:07 +00:00
2024-02-08 10:54:04 +01:00
2024-02-06 05:09:30 +01:00
2024-02-08 10:05:28 +01:00
2024-02-05 17:20:43 +00:00
2024-02-06 13:13:51 +02:00
2024-02-07 19:42:07 +00:00
2024-02-04 10:37:58 +02:00
2024-02-01 17:57:27 +01:00
2024-02-01 17:57:27 +01:00
2024-01-21 16:53:06 +02:00
2024-02-05 17:20:43 +00:00
2024-02-08 10:54:04 +01:00
2024-02-05 17:20:43 +00:00
2024-02-05 17:20:43 +00:00
2024-02-04 10:37:58 +02:00
2024-02-04 10:37:58 +02:00
2024-02-05 23:15:47 +01:00
2024-02-04 10:37:58 +02:00
2024-02-07 18:04:02 +01:00
2024-02-01 17:57:27 +01:00
2024-02-07 16:29:46 +01:00
2024-02-04 10:37:58 +02:00
2024-02-05 17:20:43 +00:00
2024-02-04 00:28:22 +00:00
2024-02-04 10:37:58 +02:00
2024-02-05 09:14:06 +00:00
2024-01-21 16:53:06 +02:00
2024-01-21 16:53:06 +02:00