Closed StrongerXi closed 3 years ago
Link all parts of the compiler together. Essentially, we can use ocamlc to obtain a soc executable, which can map soml source code to x86 assembly.
ocamlc
soc
Link all parts of the compiler together. Essentially, we can use
ocamlc
to obtain asoc
executable, which can map soml source code to x86 assembly.