From d5d426d6eb76a913709501bbf51ebcba474f1925 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