Skip to content
/ loxs Public

Implementations of the lox programming language described in Bob Nystrom's book, Crafting Interpreter

Notifications You must be signed in to change notification settings

nicdard/loxs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loxs

This repository contains implementations of the Lox programming language which is described in the great book Crafting Interpreters by Bob Nystrom.

Implementations

Different implementations are available, each one in its own directory named after the language in which it is implemented:

  • Java (Tree-Walk interpreter)
  • C (bytecode VM)

About

Implementations of the lox programming language described in Bob Nystrom's book, Crafting Interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published