Got all programs working, now adding unary not and neg

This commit is contained in:
Krzosa Karol
2022-06-03 17:58:20 +02:00
parent 25820a0c5b
commit 42699034ae
6 changed files with 84 additions and 55 deletions

View File

@@ -405,10 +405,7 @@ compile_string(String filecontent, String filename = "default_name"_s){
gen(R"==(
//-------------------------------
#define NULL_POINTER 0
#define NULL_LAMBDA 0
//-------------------------------
// Generated
)==");
F64 resolve_begin = os_time();