added unary ops and control flow for parser
This commit is contained in:
1 parent
d67e612ff9
commit
e33420e91f
19 files changed
+433
-237
No files matched your search
@@ -29,3 +29,6 @@ fn test() {
|
||||
fn test2() {
|
||||
let a anerit;
|
||||
}
|
||||
|
||||
fn test3() {
|
||||
let x = 3
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
fn main() {
|
||||
let x = 3;
|
||||
let x = &"Hello World!";
|
||||
print(x);
|
||||
}
|
||||
Reference in new issue
Block a user