aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-07-15 14:36:26 +0800
committerMistivia <i@mistivia.com>2025-07-16 16:53:44 +0800
commitc90c10293399c17744237735f80edaad24e009fc (patch)
treeb2155290fdcd5211c0142e1ed1cc558d0eac6dd3 /Readme.md
parent4fdde0172948dfd875f58779b91cfa8e517acedf (diff)
add vector tests
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/Readme.md b/Readme.md
index c10512b..189e4e3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -62,13 +62,9 @@ You can use `load` to load a lisp script into the interpreter:
(load "my-script.lisp")
```
-## Documents (WIP)
+## Examples
-- [Primitives](https://github.com/mistivia/bamboo-lisp/blob/master/docs/primitives.md)
-
-## Example
-
-See `tests/` for more examples.
+See `tests/` for more examples. The tests alse serve as documented.
### 1. Y Combinator