Skip to content

masonedmison/slox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slox implementation for the Crafting Interpeters Tree Walk Interpreter

As a first pass I will probably just more or less follow along with the java implementation (mutability and all), and then try to go back here and there to make things more functional (particularly the Scanner sort of bothers me - I think it could maybe be implemented using a State Monad to avoid the gloval vars and modification of the tokens ArrayList)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages