chore: fill in machine todos and cost model for case and constr
This allows for several more tests to pass **Had to remove case-7 since it was incorrectly passing before**
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- empty constr
|
||||
(program 1.1.0
|
||||
(constr 0 )
|
||||
)
|
||||
@@ -0,0 +1 @@
|
||||
(program 1.1.0 (constr 0))
|
||||
@@ -0,0 +1,4 @@
|
||||
-- constr with an argument
|
||||
(program 1.1.0
|
||||
(constr 0 (con integer 1))
|
||||
)
|
||||
@@ -0,0 +1 @@
|
||||
(program 1.1.0 (constr 0 (con integer 1)))
|
||||
Reference in New Issue
Block a user