Types, Fixed personal arena

This commit is contained in:
Krzosa Karol
2022-05-13 22:02:55 +02:00
parent ea0b1c352d
commit d993623a50
4 changed files with 197 additions and 13 deletions

View File

@@ -244,4 +244,3 @@ test_parse_decl(){
lex_restream(&ctx, "thing := 24252\nanother_thing := \"string\"\n\nref := thing"_s, "test_parse_decl"_s);
Ast_Package *result = parse_file();
}