Merge pull request #29 from birth-software/var-decl
Implement variable declarations
This commit is contained in:
commit
93123d8e42
605
bootstrap/main.c
605
bootstrap/main.c
File diff suppressed because it is too large
Load Diff
5
tests/return_var.nat
Normal file
5
tests/return_var.nat
Normal file
@ -0,0 +1,5 @@
|
||||
fn main() s32
|
||||
{
|
||||
>a: s32 = 0;
|
||||
return a;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user