# Thursday, July 26, 2007
« Force DB Drop | Main | CC.NET Build Mysteriously Failing »
This is a note to myself to take a look at Coco-R.

Coco is a compiler compiler (I guess that's where coco comes from). You have probably heard of tools like lex and YACC - Coco-R is a modern version of these tools. What's really great about it is that there are ports to several languages including C#. This is very convenient because additional processing you may want to do during parsing can be written in the same language tool itself is written in - C#.

Comments are closed.