Skip to content

A minimal, dynamically-typed interpreted language built from scratch in C++ for learning language and VM design.

Notifications You must be signed in to change notification settings

conditionals/prism

Repository files navigation

prism

lowkey goated cat image.

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published