There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.