Skip to content

DenoLox is an interpretation of the Lox programming language in TypeScript (via the Deno runtime).

Notifications You must be signed in to change notification settings

chrisleee/denolox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DenoLox

This is an interpretation of the Lox programming language in TypeScript (via the Deno runtime).

Pre-requisites

You must have Deno installed on your machine.

Running it

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

About

DenoLox is an interpretation of the Lox programming language in TypeScript (via the Deno runtime).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published