[antlr-interest] C# runtime - source code found!

David Piepgrass qwertie256 at gmail.com
Sat Jun 30 10:44:33 PDT 2007


> Does anyone know why the source code is not available? Is it closed
> source? What's the licence?

While these questions remain unanswered, I have found an amazingly
good tool called "Reflector" and a disassembly helper. For more
information see

http://www.aisto.com/roeder/dotnet/
http://www.codeplex.com/reflectoraddins
http://www.denisbauer.com/NETTools/FileDisassembler.aspx

I have discovered that the assembly contains full symbol information
including local variable names, and the tool outputs suprisingly
high-level code. If you don't want to reconstruct it yourself, you can
get it here:

http://qwertie.net/misc/Antlr3.Runtime-Disasm.zip

The add-in even creates a project file! Right on!


More information about the antlr-interest mailing list