Begin to codegen bytecode instructions

This commit is contained in:
Krzosa Karol
2022-06-21 15:49:39 +02:00
parent 6ed17a3c1c
commit 2c3a8dc764
6 changed files with 59 additions and 6 deletions

View File

@@ -259,6 +259,8 @@ struct Ast_Decl: Ast{
Ast_Decl_State state;
Intern_String name;
void *bytecode_data_position;
Ast_Scope *scope;
Ast_Expr *typespec;
union{