More module work

This commit is contained in:
Krzosa Karol
2022-06-13 12:01:28 +02:00
parent b0553c38cf
commit 8bd5e9638f
9 changed files with 127 additions and 122 deletions

View File

@@ -4,8 +4,6 @@ Test :: struct
test: Test
member := test.len
Memory :: #load "enums.kl"
imp_val: Allocator_Kind = Allocator_Kind.Heap
enum_val: Memory.Allocator_Kind = Memory.Allocator_Kind.Heap
other_enum_val: S64 = cast(enum_val: S64)
@@ -14,7 +12,6 @@ pointer_type :: *S64
// null_pointer: pointer_type = null
if_stmt :: (cond: S64): type
//new_types.basic_type_assignment()
CONSTANT :: 10
thing := 10
if i := thing + cond, cond > CONSTANT