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
School project for IPP - Principles of Programming Languages class. This compiler consists of two main parts: parser(parse.php) which parses the IPPcode20 to XML representation and then interpreter(interpret.py) which runs instruction in XML representation.