Skip to content

amiralies/reslox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reslox

ReScript implementation of lox interpreter

Run

yarn # installs rescript compiler
node src/Main.bs.js

Notes

It passes the entire jlox test suite.

The code is a balance between idiomatic rescript and the book's code examples.

There's no resolver since the environment is implemented (mostly) using immutable data structures but there's an static analyzer which detects errors like using this at top level.

About

ReScript implementation of lox interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published