Skip to content

zobier/walox

Repository files navigation

walox

A WebAssembly port of the C implementation of Lox from https://craftinginterpreters.com/

Prerequisites

Building

yarn && yarn build

Running

node dist/main input-file-name

Dev loop

To watch for changes and execute the module in node

yarn watch -- input-file-name

To watch for changes and open a browser with the module loaded

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published