mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-30 10:38:19 +00:00
Fixed paths
This commit is contained in:
parent
0553fc764d
commit
09810470fc
86 changed files with 152 additions and 670 deletions
|
|
@ -15,7 +15,7 @@ let[@ocaml.warning "-32"] main =
|
|||
| `Default | `Compile -> (
|
||||
match cmd#march with
|
||||
| `X86_32 -> ignore @@ X86_32.build cmd prog
|
||||
| `AMD64 -> ignore @@ X86_64.build cmd prog)
|
||||
| `AMD64 -> ignore @@ X86_64.build cmd prog)
|
||||
| `BC -> SM.ByteCode.compile cmd (SM.compile cmd prog)
|
||||
| _ ->
|
||||
let rec read acc =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue