Skip to content

Collins-Omariba/lox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lox

An implementation of the Lox language — craftinginterpreters.com

Build & Run

Build with:

make

Run the interpreter:

make run

Clean up build files:

make clean

Structure

  • src/ – Source code
  • include/ – Header files
  • bin/ – Compiled binary

Status

🚧 In progress...

About

Implimentation of the Lox language - craftinginterpreters.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published