Skip to content
/ clox Public

Implementation of a Virtual Machine for the Lox programming language.

Notifications You must be signed in to change notification settings

gabryon99/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cLox

cLox is the C implementation of the Lox programming language invented by Robert Nystrom. The repository contains the code of the Lox Virtual Machine, a stack-based machine which use a custom bytecode.

About

Implementation of a Virtual Machine for the Lox programming language.

Resources

Stars

Watchers

Forks