Skip to content

zalosspace/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clox: Lox Bytecode Compiler and Virtual Machine

Get Started (Linux)

  • Setup
# Setup Cmake
cmake -S . -B build
# Resolve Include Path
ln -s build/compile_commands.json .
  • Compile code
cd build
# Build Source And Run
cmake --build . && ./clox

About

Lox Bytecode Compiler and Virtual Machine: C Implementation

Topics

Resources

Stars

Watchers

Forks

Contributors