Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As of July 2007, the C# code generator and runtime are in sync with the development of the ANTLR tool and Java language target. As before, development progress going forwards is likely to be sporadic.

The C# code generation templates and the CLR runtime library itself are feature complete. The C# (and Python) targets have a definite advantage due to the existence of native StringTemplate implementations. Unfortunately, automated tests are yet to be written for the target. Some basic sanity check are done however - primarily checking that the sample grammars in the examples-v3 archive works as designed.

...