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. the purpose of this project was to explore interpreter concepts through best practices and standard design patterns
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. the purpose of this project was to explore interpreter concepts through best practices and standard design patterns