mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-22 22:58:46 +00:00
Functions in X86
This commit is contained in:
parent
8907ab2119
commit
b19bea4d58
13 changed files with 126 additions and 67 deletions
|
|
@ -25,11 +25,9 @@ let main =
|
|||
match parse infile with
|
||||
| `Ok prog ->
|
||||
if to_compile
|
||||
then failwith "Not implemented yet"
|
||||
(*
|
||||
then
|
||||
let basename = Filename.chop_suffix infile ".expr" in
|
||||
ignore @@ X86.build prog basename
|
||||
*)
|
||||
ignore @@ X86.build prog basename
|
||||
else
|
||||
let rec read acc =
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue