Skip to content

YAL-Haxe/txr.hx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Haxe version of part 1 of my "small guide on writing interpreters".

The structure is very much alike, with minor changes:

  • I make reasonable use of Haxe's ADT enums and abstracts for readability.
  • Since Haxe has exception support, this uses throw for throwing errors.

About

Tiny Expression Runtime from my "small guide on writing interpreters", now in Haxe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors