Skip to content

cygishere/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clox - A Lox Implementation in C

Description

🚧 Work in Progress 🚧

This is an educational project aimed at learning interpreter development, following the book Crafting Interpreters.

Usage

$ clox [lox_source_file]

How to Build

Using CMake

Make sure you have git, cmake, and c compile suite installed.

$ cd your_source_dir
$ git clone https://github.com/cygishere/clox.git
$ mkdir your_build_dir
$ cd your_build_dir
$ cmake your_source_dir/clox
$ cmake --build .

About

clox - A Lox Implementation in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published