Skip to content

maheshbansod/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clox

Lox in C

Requirements

This project uses just.
If you don't have that, you can check the Justfile and run the appropriate command directly.

This project was developed with clang, though gcc should work fine too. Use just build to build the project, the executable is found at ./target/clox.
Run just --list to see the supported operations.

Running

This command will build and run the project.

just run [args]

LICENSE

MIT

About

C implementatino of lox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published