From 56f1e249473cc1dd69af0641a18a5795b83cf750 Mon Sep 17 00:00:00 2001 From: Natapat Samutpong Date: Fri, 28 Jan 2022 06:46:39 +0700 Subject: [PATCH] docs: done docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6e7b6f4..8a75231 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ Hello, World! ``` ## 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