Basic compound parsing, maybe I should unify with calls again

This commit is contained in:
Krzosa Karol
2022-06-10 23:03:21 +02:00
parent cf1237f449
commit 7365d6aa88
4 changed files with 75 additions and 7 deletions

View File

@@ -21,7 +21,8 @@ Boolean: Bool = true
//-----------------------------------------------------------------------------
// Compound expressions
//-----------------------------------------------------------------------------
array1: [4]S64
array1: [4]S64 = {1,2,3,4}
//-----------------------------------------------------------------------------
// Pointers