aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 85ae42e..890ccb0 100644
--- a/Readme.md
+++ b/Readme.md
@@ -6,7 +6,7 @@ Embeddable & Hackable Lisp-2 Interpreter
- Lisp-2 (more like Common Lisp or Emacs Lisp)
- Lexical scoping
-- < 3000 LOC
+- The interpreter part is ~2500 LOC (excluding built-in functions)
- Tail call optimization
- Any C99 compiler should work
- Depends only on C standard library