Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Lox Bytecode Compiler and Virtual Machine: C Implementation

Notifications You must be signed in to change notification settings

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

AltStyle によって変換されたページ (->オリジナル) /