From 27e25f84ecf8912af0b6aeb158438e0c2f949223 Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Sun, 20 Mar 2022 18:28:45 +0800 Subject: [PATCH] update main.cpp and bug fix --- main.cpp | 40 ++++++++++++++++------------------------ nasal_ast.h | 6 +++--- nasal_codegen.h | 34 ++++++++++------------------------ nasal_gc.h | 2 +- test/ascii-art.nas | 5 +++-- test/bfs.nas | 2 ++ test/life.nas | 2 ++ 7 files changed, 37 insertions(+), 54 deletions(-) diff --git a/main.cpp b/main.cpp index 79a13a0..e62f2bb 100644 --- a/main.cpp +++ b/main.cpp @@ -18,8 +18,8 @@ void help() #endif <<"nasal