Sub README

This commit is contained in:
Abdelrahman Said 2025-06-01 01:07:40 +01:00
parent 1845618e8d
commit 84fbf3d138
2 changed files with 6 additions and 0 deletions

3
cclox_src/README.md Normal file
View File

@ -0,0 +1,3 @@
# CCLOX
A C++ implementation of the Lox language based on Robert Nystrom's [Crafting Interpreters](https://craftinginterpreters.com/contents.html)

3
clox_src/README.md Normal file
View File

@ -0,0 +1,3 @@
# CLOX
A C implementation of the Lox language based on Robert Nystrom's [Crafting Interpreters](https://craftinginterpreters.com/contents.html)