Skip to content

Saegl/loxit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loxit

Yet another implementation of lox in rust

Original C implementation

original code is grabbed from here https://github.com/munificent/craftinginterpreters and placed under src/ directory

To compile on Windows

cmake -B build -G Ninja
cd build
ninja
loxit.exe

or & ninja ; & ".\loxit.exe"

About

Yet another implementation of lox in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published