Skip to content

pryvyd9/TranslatorS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TranslatorS3

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.

alt text

Detailed logger shows work of the language and user program parsing and executing. It helps in constructing and analysing user-defined languages.

alt text

Supports only console based programs.