lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Norman Ramsey <nr <at> cs.tufts.edu> writes:

> I'm wondering if anybody has or is working on an LPEG parser for
> C or for a fragment of C.

XTC Rats! compiler kit (http://cs.nyu.edu/rgrimm/xtc/rats.html) contains 
industrial strength PEG parser for a C language. It can be rewritten in LPEG 
with moderate efforts.

Cheers 
    zOOn