[LLVMdev] Can I modify C syntax by using Clang and LLVM?

Charlie Li charlie.to.ca at gmail.com
Tue Sep 29 18:58:36 PDT 2009


I want to add command line (shell) like statement to C is it possible to
implement this syntax by clang and llvm?  The syntax is like

func arg1 arg2 ... argn;

and define func like

void func( int arg1, int arg2, ..., int argn)
{ ...}

Charlie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090929/750811c0/attachment.html>


More information about the llvm-dev mailing list