资 源 简 介
Introduction
This is extension of JavaCC parser generator to allow generate C# output for NET parser. This extension is practical equivalent of java-output version.
Main Features
LL(k) parser generator based on JavaCC parser generator, which has following notable features:
Speed - one of fastest parser for java which uses by many open source projects such as NetBeans IDE
No dependency - no external packages required for runtime
And this extension adds new important feature
C# code - Now it generates CSharp code to use with NET application
Sample Grammar used by javacc-ext-cs
See Downloads for CSS.jj grammar