More module work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user