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
I am working on an interpreter written in typescript. It's still far from usable, but it works a little bit. You can see it here. It can do variables (but no lifetimes or anything fancy and const doesn't do anything) and if statements. It also supports most of JavaScript's operators.
The text was updated successfully, but these errors were encountered:
I am working on an interpreter written in typescript. It's still far from usable, but it works a little bit. You can see it here. It can do variables (but no lifetimes or anything fancy and
const
doesn't do anything) and if statements. It also supports most of JavaScript's operators.The text was updated successfully, but these errors were encountered: