It is an LL(1) recursive descent parser generator in VB.NET
It is an LL(1) recursive descent parser generator written in VB.NET which can generate a scanner, parser, and parsetree file in either C# , Java or VB code.
The original code and documentation can be found in the article 'A Tiny Parser Generator v1.2' on CodeProject.
Requires dotNet2.0
This NetBeans plugin adds support for Coco/R to the NetBeans IDE. Coco/R is a compiler generator that takes an attributed grammar and delivers scanner and parser for the language, described by the grammar.