This commit is contained in:
Oleg Sobolev 2025-12-30 06:53:05 +03:00
parent 6f4a835e54
commit ef7dc3603d
5 changed files with 50 additions and 2 deletions

View file

@ -1 +1,5 @@
# crafting-interpreters-hs
Usage: `lox [file]`
Implemented up to control flow statements (chapter 9).