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:
|
||||
DONE:
|
||||
- Parsing, Compiling, Running(VM)
|
||||
- Intrinsic: `fun`, `do`, `print`
|
||||
TODO:
|
||||
- Do the intrinsic left
|
||||
- Quote, Quasiquote, etc.
|
||||
- Optimizing
|
||||
- Remove unnecessary copying in the entire codebase
|
||||
|
|
Loading…
Reference in a new issue