From 5fba784d0540d74be674fa6993431f144028bf7f Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Sun, 13 Feb 2022 22:40:54 +0800 Subject: [PATCH] add new gc type vm_upval --- README.md | 32 +++++++++---------- nasal_dbg.h | 3 +- nasal_gc.h | 89 ++++++++++++++++++++++++++++++++++++----------------- nasal_vm.h | 34 ++++++++++++-------- 4 files changed, 97 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index f0f6b4c..e48c820 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # __Nasal Scripting Language__ ```C++ - __ _ - /\ \ \__ _ ___ __ _| | - / \/ / _` / __|/ _` | | - / /\ / (_| \__ \ (_| | | + __ _ + /\ \ \__ _ ___ __ _| | + / \/ / _` / __|/ _` | | + / /\ / (_| \__ \ (_| | | \_\ \/ \__,_|___/\__,_|_| ``` @@ -127,15 +127,15 @@ Use these commands to get version of interpreter: > ./nasal -v | --version ```bash - __ _ - /\ \ \__ _ ___ __ _| | - / \/ / _` / __|/ _` | | - / /\ / (_| \__ \ (_| | | + __ _ + /\ \ \__ _ ___ __ _| | + / \/ / _` / __|/ _` | | + / /\ / (_| \__ \ (_| | | \_\ \/ \__,_|___/\__,_|_| nasal interpreter ver 9.0 thanks to : https://github.com/andyross/nasal -code repo : https://github.com/ValKmjolnir/Nasal-Interpreter -code repo : https://gitee.com/valkmjolnir/Nasal-Interpreter +code repo : https://github.com/ValKmjolnir/Nasal-Interpreter +code repo : https://gitee.com/valkmjolnir/Nasal-Interpreter lang info : http://wiki.flightgear.org/Nasal_scripting_language input to get help . ``` @@ -148,7 +148,7 @@ Use these commands to get help(see more debug commands in help): nasal