Browse thread
Where are the AST specs?
[
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: | Loup Vaillant <loup.vaillant@g...> |
| Subject: | Where are the AST specs? |
Hello everyone, I am currently working on giving Ocaml a Lisp syntax. On of my goals is to give macros to Ocaml. (I find Camlp4 quite awkward to use as a macro system). So I wonder if someone can tell me where I can find the specs of the Abstract Syntax Tree, as the compiler can receive it as an input. I can't find it in the sources of Ocaml. Regards, Loup Vaillant