/basic-interpreter-main

Created a parser, interpreter, and compiler using C language. • Performed the Abstract Syntax Tree, which can generate the assembly language using the syntax tree. • Developed it in such a way that it translates the assembly code into machine language. • Implemented functionality of various loops (For, While, Do-while), Conditions (If, else, else if), Operators (Logical, Arithmetic), Go-to statement & labels, and also the Console Input- Output.

Primary LanguageC

Watchers