Skip to content

CaioCamatta/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLox

C implementation of Lox from Crafting Interpreters.

Example usage: make && ./clox ./test/chap29_superclasses.lox

Resources

Pratt Parser

FNV-1a Hashing:

Inspiration:

Profiling on a Mac:

xctrace record --template 'Time Profiler' --launch ./clox ./test/chap30_benchmark_zoo.lox --output ./clox.trace

open ./clox.trace

About

An implementation of the language Lox in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published