I made this interpreter for the compilers course in the University of Helsinki. The objective was to build an interpreter for a given language.
The interpreter is written in C# as that was the suggested language then.
Source code can be found in the src folder along with a visual studio project file.