Skip to content

fighur/sclox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sclox

Lox interpreter from the book "Crafting Interpreters" implemented in Scala 3.

Usage:

  • To compile it run sbt compile.
  • To test it you can use the helper bash script run_tests.sh. It uses the testing infrastructure from the original repository (this is why Dart is the dominant language).
  • To run it you can use the helper bash script sclox.

About

Lox interpreter from the book "Crafting Interpreters" implemented in Scala 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published