You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.