In article <412CE1DF.6090203 / path.berkeley.edu>, Joel VanderWerf <vjoel / PATH.Berkeley.EDU> wrote: >Phil Tomson wrote: >> Anybody got a complete, working and not too large RACC example? > >How about a RACC-based parser for C/C++ expressions? It's mostly >complete, it works (I use it to translate from the Teja language which >embeds C++ expressions), but it may be too large. > Actually, that would be great as it's similar to something we're trying to do with the Cardinal project: We want to be able to parse Ruby's C files (array.c, hash.c, etc) and translate to Parrot assembly. The only reason I asked for a small one was that I was just trying to figure out how to use RACC. Phil