Skip to content
Snippets Groups Projects

interpreter

Merged Xavier Routh requested to merge interpreter into main
1 unresolved thread
25 files
+ 2251
678
Compare changes
  • Side-by-side
  • Inline
Files
25
+ 7
0
 
fn myfunc(x: i32) -> i32
 
y = call(add, x, x)
 
r = return(start, y)
 
 
fn add(x: i32, y: i32) -> i32
 
w = add(x, y)
 
r = return(start, w)
 
\ No newline at end of file
Loading