First version of IL parser

← Prev   |   Next →

I have finished writing a very simple demo application for my MSIL Parser porject. This demo takes an IL file as an argument and outputs the parsed data into the console.

I am using a compiled grammar file made by Goldparser. Currently there is a bug in the parser module of this application. When really big IL files are given for parsing, this module throws an IndexOutOfRangeException exception.