/Interpreter

Simple interpreter implemented using C++ and QT-creator, it is capable of interpreting a specificly designed language that is included in a txt file along with the project

Primary LanguageC++

Interpreter

Simple interpreter implemented using C++ and QT-creator. it is capable of interpreting a specificly designed language into C++ code, using OOP concepts and Data Structures as well as interpreter methods ( lexer , parser and Abstract Syntax Tree etc).