mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
docs: done docs
This commit is contained in:
parent
0263e8c273
commit
56f1e24947
|
@ -21,7 +21,11 @@ Hello, World!
|
||||||
```
|
```
|
||||||
|
|
||||||
## <img src="https://raw.githubusercontent.com/azur1s/bobbylisp/master/assets/icon.png" width="25"> Progress:
|
## <img src="https://raw.githubusercontent.com/azur1s/bobbylisp/master/assets/icon.png" width="25"> Progress:
|
||||||
|
DONE:
|
||||||
|
- Parsing, Compiling, Running(VM)
|
||||||
|
- Intrinsic: `fun`, `do`, `print`
|
||||||
TODO:
|
TODO:
|
||||||
|
- Do the intrinsic left
|
||||||
- Quote, Quasiquote, etc.
|
- Quote, Quasiquote, etc.
|
||||||
- Optimizing
|
- Optimizing
|
||||||
- Remove unnecessary copying in the entire codebase
|
- Remove unnecessary copying in the entire codebase
|
||||||
|
|
Loading…
Reference in a new issue