Skip to content

wartman/HxLox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HxLox

Haxe implementation of the Lox language.

Still a few rough edges, but this was mostly done for fun/education.

Usage

Compile:

> haxe build.hxml

Run the REPL:

> neko bin/hxlox.n

Interpret a file:

> neko bin/hxlox.n example/test.lox

You could also compile the code with any other Haxe target that supports the sys package.

About

Haxe implementation of Lox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages