mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-25 16:18:48 +00:00
Added static call
This commit is contained in:
parent
2bfebc93f8
commit
e529ba1472
8 changed files with 134 additions and 70 deletions
|
|
@ -43,7 +43,7 @@ let main =
|
|||
if to_compile
|
||||
then (
|
||||
let basename = Filename.chop_suffix infile ".expr" in
|
||||
(* ignore @@ X86.build prog basename *) (* TODO! *) ()
|
||||
ignore @@ X86.build prog basename
|
||||
)
|
||||
else (
|
||||
(* Printf.printf "Program:\n%s\n" (GT.show(Language.Expr.t) prog);*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue