[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2001-01-25 (08:09) |
From: | Alex Baretta <alex@b...> |
Subject: | Ocaml VM and bytecode |
Is there such a thing as an assembly language -- and the matching assembler -- for the Ocaml VM? You know, I'd like to write a (toy) compiler for a logic language similar to Prolog, and I would like not to have to worry about porting the code to various architectures/OSes. If there were an Ocaml assembly language, such a compiler could generate such a language. Otherwise, I would have to work with the bytecode directlly, which is probably a little more complicated. One more thing: is there a bytecode to binary compiler for Ocaml? Merci! Alex