Intermediate

This commit is contained in:
Dmitry Boulytchev 2018-02-25 15:02:57 +03:00
parent 4847ee60fb
commit 1e1517f7c6

View file

@ -47,7 +47,6 @@ let run p i = let (_, (_, _, o)) = eval ([], (Expr.empty, i, [])) p in o
(* Stack machine compiler (* Stack machine compiler
val compile : Stmt.t -> prg
val compile : Language.Stmt.t -> prg val compile : Language.Stmt.t -> prg
Takes a program in the source language and returns an equivalent program for the Takes a program in the source language and returns an equivalent program for the