Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
/ jslox Public archive

Javascript implementation of the Lox language (for educational purposes)

Notifications You must be signed in to change notification settings

Link-/jslox

Repository files navigation

jsLox

Javascript implementation of the Lox language (for educational purposes). Lox is a programming language defined in https://craftinginterpreters.com

Usage

Clone the repository then run the REPL.

$: npm install
$: npm run start

An alternative way is by making jsLox executable but first make sure to fix the shebang in the file

# current shebang value: #!/usr/local/bin/node
$: chmod a+x ./jsLox
$: ./jsLox

Tests

Run the tests with:

$: npm run test

About

Javascript implementation of the Lox language (for educational purposes)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages