1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 05:17:37 +00:00

docs: update TODO

This commit is contained in:
azur 2022-02-04 09:47:59 +07:00 committed by Natapat Samutpong
parent 6d2cbd42ea
commit 8dcb8a0d9d

View file

@ -37,5 +37,6 @@ TODO:
- Prove turing complete - Prove turing complete
- Do the intrinsic left - Do the intrinsic left
- Quote, Quasiquote, etc. - Quote, Quasiquote, etc.
- Linter, for stuff like undefined variables, etc.
- Optimizing - Optimizing
- Remove unnecessary copying in the entire codebase (also with `.unwrap()`) - Remove unnecessary copying in the entire codebase (also with `.unwrap()`)