Compiling global, work on AST_LAMBDA_EXPR
This commit is contained in:
11
globals.kl
11
globals.kl
@@ -21,16 +21,7 @@ Boolean: Bool = true
|
||||
//-----------------------------------------------------------------------------
|
||||
// Compound expressions
|
||||
//-----------------------------------------------------------------------------
|
||||
array1: [4]S64 = [4]S64(1,2,3,4)
|
||||
array2 := [32]S64(1,2,3,4)
|
||||
array3 := [32]S64(
|
||||
[0] = 0,
|
||||
[1] = 1,
|
||||
[2] = 2,
|
||||
[31] = 31,
|
||||
)
|
||||
array_item := array1[0]
|
||||
array_item_imp: S64 = array2[2]
|
||||
array1: [4]S64
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Pointers
|
||||
|
||||
Reference in New Issue
Block a user