feat: Add parsing support for primitive types.
This commit is contained in:
4
example/simple.bky
Normal file
4
example/simple.bky
Normal file
@@ -0,0 +1,4 @@
|
||||
fn main(): i32 {
|
||||
let return_code: i32 = 12;
|
||||
return return_code;
|
||||
}
|
||||
Reference in New Issue
Block a user