[LLVMdev] Can I modify C syntax by using Clang and LLVM?
Mike Stump
mrs at apple.com
Tue Sep 29 19:39:02 PDT 2009
On Sep 29, 2009, at 6:58 PM, Charlie Li wrote:
> I want to add command line (shell) like statement to C is it
> possible to implement this syntax by clang and llvm?
If you're asking if you can change the clang source code repository
like that, no, would be the basic answer. If you're asking do you
have the skill to implement that with clang, I don't know, do you? If
you're asking is it possible do modify clang to support this syntax,
yes, it can be done.
More information about the llvm-dev
mailing list