Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 298 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 298 Bytes

TS interpreter 📝➡️💻

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.