Skip to content

Implementation in Swift of the Lox language from craftinginterpreters.com

Notifications You must be signed in to change notification settings

woolsweater/slox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slox

An interpreter for the Lox language; see https://craftinginterpreters.com/

Note that this is not a conforming implementation: I have added a few things that I thought would be fun or interesting to do, such as unless statements and assorted extra semantic analysis. Implementations of most of the Challenges are also included (anonymous functions probably being the most prominent), which are not included in the reference implementation.

About

Implementation in Swift of the Lox language from craftinginterpreters.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages