added unary ops and control flow for parser
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fn main() {
|
||||
let x = 3;
|
||||
let x = &"Hello World!";
|
||||
print(x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user