This commit implements parsing for `let` statements, anything that is not a let statement will be assumed to be an expression statement.
1 line
35 B
Plaintext
1 line
35 B
Plaintext
let test: i32 = foo.bar - 5 as i32; |