Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Compilers

A version of Lox Compiler implemented in both C and Zig

Build and run

For C:

$ cd clox
$ zig cc main.c chunk.c debug.c memory.c value.c vm.c -o main
$ ./main

For Zig:

$ cd zlox
$ zig build run

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages