Generic (grouped) declarations: var, let, const, type, import, include

This commit is contained in:
Ginger Bill
2016-12-20 18:58:17 +00:00
parent 478d63424f
commit d0e1efe622
20 changed files with 763 additions and 730 deletions
+5 -3
View File
@@ -1,6 +1,8 @@
#import "os.odin";
#import "mem.odin";
#import "utf8.odin";
import (
"os.odin";
"mem.odin";
"utf8.odin";
)
const PRINT_BUF_SIZE = 1<<12;