Skip to content

spoerri/zox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zox

A programming language based on the book Crafting Interpreters - http://craftinginterpreters.com/

Using

Build

git clone https://github.com/raulgrell/zox.git
cd zox
zig build -Drelease-safe=true

Run

For usage information, run:

~ Linux ~
./zox run

~ Windows ~
.\zox.exe
  • CLI (Execute a script or command from the console)
  • Repl-Mode (Allow monkeypatching and method redefinition)
  • Embedded Mode (Create a native executable that embeds a project and runs it)

About

A Zig implementation of Lox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Zig 100.0%