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.
pnpm install
# start the mox repl
pnpm start
# run examples
pnpm start -- ../examples/fib.mox