From 05d0fa3d1b3771aba24b3adde8903db0bcf7f147 Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Mon, 1 Jun 2020 01:28:49 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2be13b2..bcaa501 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,9 @@ You can try a calculator in __version 0.17~0.19__ ! # Abstract Syntax Tree In __version 1.2__ the ast has been completed. + +# Version 2.0 + +a completed ast-interpreter with unfinished lib functions. + +a new byte code interpreter is in progress(version 3.0).