diff options
| author | Mistivia <i@mistivia.com> | 2025-07-01 11:29:23 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-07-01 11:29:23 +0800 |
| commit | 6d89e9697b1740366f23387964122d264475b49c (patch) | |
| tree | 3714fd1f3b73ab68d44fed59dcc7ee79938217a0 /Readme.md | |
| parent | cdff133ab8e8a0c9ec62586abc3729a14e1cbba5 (diff) | |
add docs
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -62,6 +62,10 @@ You can use `load` to load a lisp script into the interpreter: (load "my-script.lisp") ``` +## Documents (WIP) + +- [Primitives](https://github.com/mistivia/bamboo-lisp/blob/master/docs/primitives.md) + ## Example See `tests/` for more examples. @@ -108,7 +112,4 @@ See `tests/` for more examples. ;; ... (10 times) ``` -## Documents (WIP) - -- [Primitives](https://github.com/mistivia/bamboo-lisp/blob/master/docs/primitives.md) |
