commit 00cad6336b91999fa7b1026417fd8860b788716b Author: Garritt McCune Date: Fri Feb 4 16:15:25 2022 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..6396c0b --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +A C implementation of the jlox from the book 'Crafting Interpreters'.