Browse thread
camlp4 and quotations for c#: Two parsers needed?
- Joel Reymont
[
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: | Joel Reymont <joelr1@g...> |
| Subject: | camlp4 and quotations for c#: Two parsers needed? |
I would like to introduce statements in C# into my OCaml code and have camlp4 convert them to my C# AST at compile time. I would also like to reuse the same parser used by camlp4 to parser regular C# files. Is it possible to share a parser this way or do I need a special parser for quotations and another parser to read C# files? Thanks, Joel -- http://wagerlabs.com