mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Get low-level ops compiling
This commit is contained in:
parent
b75f061f4f
commit
dec5c3a062
19 changed files with 447 additions and 296 deletions
|
@ -90,7 +90,11 @@ pub enum Expr {
|
|||
Vec<(Variable, Located<Expr>)>,
|
||||
CalledVia,
|
||||
),
|
||||
RunLowLevel(LowLevel),
|
||||
RunLowLevel {
|
||||
op: LowLevel,
|
||||
args: Vec<(Variable, Expr)>,
|
||||
ret_var: Variable,
|
||||
},
|
||||
|
||||
Closure(
|
||||
Variable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue