mirror of
https://github.com/Fluffy-Bean/GoLox.git
synced 2025-05-14 07:42:15 +00:00
readme, gitignore, examples, blah blah
This commit is contained in:
parent
3998ef0a3c
commit
33a2ae4e47
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
.idea
|
||||||
|
.vscode
|
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
My jlox interpreter program thing, following the [CraftingInterpreters](https://craftinginterpreters.com) book, just written in Go instead
|
Loading…
Add table
Reference in a new issue