samyxandz / Cpplox

A Interpreter for Lox language written in CPP
1 stars 0 forks source link

Cpplox

this is a work in progress

build command g++ scanner.cpp -w -ggdb -std=c++17 -MMD