loxs is a C++20 implementation of Bob Nystrom's toy language, Lox. Lox github repository can be found here. Containing the markdown's of the text book and a full implementation of both interpreters (C and Java).
Lox is syntatically similar to C and uses strong, dynamic types.
Templated with Jason Turner's, cpp_starter_project.