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
prism is a lightweight, interpreted language I’m building from scratch.
It’s primarily intended to be a learning experience / experiment in how modern programming languages can be designed.
running the program
make && ./prism [input file]
About
A minimal, dynamically-typed interpreted language built from scratch in C++ for learning language and VM design.