C# language with exception support

Project information

As part of the functional programming course in Ocaml, I implemented my own mini C# language with exception support.

Description:

An abstract syntax tree of the language, a parser, an interpreter, PERL, and some other mini-language optimizations are implemented.