Skip to content

Java and C based interpreters for the lox programming language

Notifications You must be signed in to change notification settings

camd67/lox-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Lox Interpreters

This repo contains two interpreters:

jlox

This is a java based interpeter for the lox language

clox

Same thing, but in C

This is following along with the Crafting Interpreters book by Robert Nystrom.

About

Java and C based interpreters for the lox programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages