Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

SunDaw/HxLox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HxLox

A pure Haxe implementation of the Tree-Walk Interpreter from Crafting Interpreters.
Read the amazing book for more information about the theory behind it.

It should work on any of Haxe's sys targets (Check the official website for more information), although it has only been tested on HashLink and HashLink/C

Differences to Java version

As Haxe supports pattern matching this implementation uses it instead of the Visitor Pattern of the original Java version described in the book. This also leads to some other minor differences in other places.

Releases

No releases published

Packages

No packages published

Languages