Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 423 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 423 Bytes

Foxlox

Foxlox

A script language written in c++.

It is based on the Lox language from Crafting Interpreters, extended with import & export, compilation to binary file, Tuple type and many other things.