Begin work on the Interpreter

This commit is contained in:
Ginger Bill
2016-10-30 17:49:30 +00:00
parent 3ec67853e1
commit ca311c4a59
6 changed files with 34 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
#import "fmt.odin"
main :: proc() {
x, y: i64 = 123, 321
y = x + 2 - y
}