Restructure

This commit is contained in:
Krzosa Karol
2022-06-14 14:28:29 +02:00
parent f223086ef3
commit e4e939ec04
12 changed files with 600 additions and 0 deletions

7
programs/enums.kl Normal file
View File

@@ -0,0 +1,7 @@
Allocator_Kind :: enum #flag
Null; Arena; Heap
kind := Allocator_Kind.Heap
basic_type_assignment :: () // This works
return