C# Lexer/Parsers links

There was a discussion on the DM lists about lexers and parsers so I just thought I would post some useful links and if anyone else knows of any links then by all means post them in the comments.

  • GOLD Parser builder: http://www.devincook.com/goldparser/index.htm
  • ANTLR (has C# generator afaik): http://www.antlr.org
  • Visual Parse++: http://www.sand-stone.com
  • Mono c-sharp compiler: http://www.go-mono.com/c-sharp.html
  • Sharp-develop C# parser: http://www.icsharpcode.net/OpenSource/SD/Download
  • No Comments