Create new 'branch' for part 6 of compiler series
This commit is contained in:
3
06/examples/works2.txt
Normal file
3
06/examples/works2.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
defn add x y = { x + y }
|
||||
defn double x = { add x x }
|
||||
defn main = { double 163 }
|
||||
Reference in New Issue
Block a user