implemented arrays, pointers and struct init
This commit is contained in:
parent
b504739d59
commit
6d73af4fbb
5 changed files with 194 additions and 75 deletions
5
test.l
5
test.l
|
|
@ -1,4 +1,5 @@
|
|||
u32 a(u32 a)
|
||||
u32 a()
|
||||
{
|
||||
u32 x = 3;
|
||||
Person v = {x = 3, y = 4, z = 5};
|
||||
return z[0];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue