Skip to content

University project written in Java using Visitor Design Pattern. It generates an Abstract Syntax Tree from a source code of a program developed in Shakespeare Programming Language. Also, it visits each node in order to display the program output. The mathematical instruction are stored and evaluated using Polish Prefix Notation.

Notifications You must be signed in to change notification settings

simionAndrei/SPL-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

About

University project written in Java using Visitor Design Pattern. It generates an Abstract Syntax Tree from a source code of a program developed in Shakespeare Programming Language. Also, it visits each node in order to display the program output. The mathematical instruction are stored and evaluated using Polish Prefix Notation.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages