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
A Java interpreter for a simple, custom version of Typescript. This is the final assignment of 'Ingeniería de sistemas' @ Universidad Austral. The purpose of this project was to create a system following good design principles and patterns.
Final project - 'Ingenería de Sistemas', Universidad Austral 2019.
ts-interpreter is a Java interpreter, inspired in a custom and simplified version of Typescript.
The main goal of the project was to execute modularity and OOP best practices.
About
A Java interpreter for a simple, custom version of Typescript. This is the final assignment of 'Ingeniería de sistemas' @ Universidad Austral. The purpose of this project was to create a system following good design principles and patterns.