Skip to content

ashez2000/mox-lang

Repository files navigation

mox-lang

An interpeted toy programming language inspired by monkey and lox programming language.

NOTE: The project is under development. All features of the language is not implemented.

Checkout the online playground to try mox-lang here.

Run locally

pnpm install

# start the mox repl
pnpm start

# run examples
pnpm start -- ../examples/fib.mox