From ebfacd91970ab463fa481acd84b356d6d45bfa75 Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Sun, 22 May 2022 18:19:13 +0800 Subject: [PATCH] :zap: optimize codes --- README.md | 7 +++- main.cpp | 3 ++ nasal.h | 2 + nasal_builtin.h | 6 +-- nasal_codegen.h | 4 +- nasal_gc.h | 62 ++++++++++++++++++----------- nasal_vm.h | 103 ++++++++++++++++++++++++------------------------ 7 files changed, 105 insertions(+), 82 deletions(-) diff --git a/README.md b/README.md index 13eff3a..7db120a 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Use these commands to get version of interpreter: / \/ / _` / __|/ _` | | / /\ / (_| \__ \ (_| | | \_\ \/ \__,_|___/\__,_|_| -nasal ver : 9.0 +nasal ver : 10.0 c++ std : 201103 thanks to : https://github.com/andyross/nasal code repo : https://github.com/ValKmjolnir/Nasal-Interpreter @@ -156,6 +156,9 @@ Use these commands to get help(see more debug commands in help): > ./nasal -h | --help ```bash + ,--#-, +<3 / \____\ <3 + |_|__A_| nasal