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