diff --git a/README.md b/README.md index 5747c16..85f15db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # compiler ### just a simple lisp compiler to learn compiler dev +### im considering this finished for now, it lacks a lot of real lisp things but it can handle the basic syntax which is what i was trying to accomplish #### cloning run ```git clone https://git.samahh.dev/sam/compiler --recursive```