readme, gitignore, examples, blah blah

This commit is contained in:
Michał 2024-09-23 09:31:21 +01:00
parent 3998ef0a3c
commit 33a2ae4e47
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.idea
.vscode

1
README.md Normal file
View file

@ -0,0 +1 @@
My jlox interpreter program thing, following the [CraftingInterpreters](https://craftinginterpreters.com) book, just written in Go instead