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.
-
Notifications
You must be signed in to change notification settings - Fork 0
gabryon99/clox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Implementation of a Virtual Machine for the Lox programming language.