Coco/R for Visual Studio RC0

As some of you might have known I have been working on LLVM# Compiler. I have decided to use Coco/R as the scanner and parser generator. In order to make my work easier, I had landed up creating a custom tool for Coco/R. It automatically generates necessary scanner and parser files when I save the Coco/R Attributed grammar file. So if you plan to work on creating a compiler or using Coco/R I am sure you are going to like it.

Instructions on how to install and use can be found at codeplex (http://cocor.codeplex.com).

In the upcoming articles I will be posting on how to generate those files using custom tools.