Comment based build tags for packages (basic and temporary)

This commit is contained in:
gingerBill
2018-05-28 20:59:06 +01:00
parent 619783ca1b
commit 6eb505a677
9 changed files with 106 additions and 16 deletions
+1
View File
@@ -52,6 +52,7 @@ struct AstFile {
AstPackage * pkg;
Scope * scope;
AstNode * pkg_decl;
String fullpath;
gbArena arena;
Tokenizer tokenizer;