Browse thread
Looking for C preprocessing language parser with OCAML interface
- Yoonseok Ko
[
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: | 2009-10-21 (12:29) |
From: | Yoonseok Ko <ysko@r...> |
Subject: | Looking for C preprocessing language parser with OCAML interface |
Hello everyone. I'm a graduate student majoring in program analysis. I'm looking for a C preprocessing language parser with OCAML interface. Our team researched some C parsers, and we want to control preprocessor's directives such as #ifdef, #if, #else, #endif, #include, and so on. I couldn't find any parser for C preprocessing language because almost parser implementation in OCAML use conventional parser's preprocessor. Is there any parser for the language with OCAML interface? Thanks in advance for your help. Best Regards Yoonseok Ko