Yet another implementation of lox in rust
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.exeor & ninja ; & ".\loxit.exe"