This is an interpretation of the Lox programming language in TypeScript (via the Deno runtime).
You must have Deno installed on your machine.
To run with a source code file do:
foo@bar:~$ deno run --unstable --allow-read src/mod.ts -f filename
To run with the prompt do:
foo@bar:~$ deno run --unstable src/mod.ts