Browse thread
how to generate ocaml ast?
- Nicolas Ojeda Bar
[
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: | -- (:) |
| From: | Nicolas Ojeda Bar <nojb@m...> |
| Subject: | how to generate ocaml ast? |
Hi, I am writing a compiler for a small language into ocaml. I can generate ocaml code and then compile that, but I was wondering if there was a way to directly generate ocaml AST and compile or execute that using camlp[45]? Thanks! N