Modular interpreter of a user-defined programming language. The language is input as an xml file. Supports LL(1) languages only.
Provides GUI with syntax and syntactic/semantic error highlighting in different colors.
Detailed logger shows work of the language and user program parsing and executing. It helps in constructing and analysing user-defined languages.
Supports only console based programs.