rust/crates/parser/test_data
Yutaro Ohno e076192dd8 Improve error handling for top-level let statements
This commit addresses the issue of excessive and unrelated errors
generated by top-level `let` statements. Now, only a single error is
produced, indicating that `let` statements are invalid at the top level.
2023-12-01 10:37:21 +09:00
..
lexer fix: handle errors for string byte string and c_string 2023-10-11 15:25:52 +02:00
parser Improve error handling for top-level let statements 2023-12-01 10:37:21 +09:00