link directive

This commit is contained in:
Krzosa Karol
2022-10-09 14:00:41 +02:00
parent faec89beae
commit 0049b39e17
12 changed files with 42 additions and 14 deletions

View File

@@ -179,6 +179,7 @@ struct Parse_Ctx:Lexer{
String module_folder;
String exe_folder;
String working_folder;
List<Token *> files_to_link;
S64 indent;
String_Builder gen;