Dates
Technology
OO Programming, Java, Assembly, Compiler/Interpreter, Notepad, ANTLR
Info
I created a simple Parser and Interpreter for an Assembly-like programming language, using the ANTLR compiler generation toolkit. I wrote Regular Expressions and parsing rules that defined the programming language; that is what the instructions were and how they could be used. I then developed the interpreter that would read and execute programs written in this programming language.