Can parse variables

This commit is contained in:
2026-04-29 21:39:48 +02:00
parent 94ae665a0a
commit 0704284726
5 changed files with 108 additions and 15 deletions
+1 -1
View File
@@ -201,7 +201,6 @@ static TestCase s_tests[] = {
TEST(test_log_error)
TEST(test_log_on_line_variadic)
TEST(test_log_on_line)
TEST(test_parser_alias_and_import_mix)
TEST(test_parser_alias_array)
TEST(test_parser_alias_simple)
TEST(test_parser_bad_import_name)
@@ -211,6 +210,7 @@ static TestCase s_tests[] = {
TEST(test_parser_missing_semicolon_module)
TEST(test_parser_module_name)
TEST(test_parser_public_imports)
TEST(test_parser_variable_simple)
TEST(test_tokenstream_comma)
TEST(test_tokenstream_info)
TEST(test_tokenstream_keywords_and_symbols)