Main+Eval+AST: Implement step7

This commit is contained in:
Riyyi
2023-04-09 11:48:51 +02:00
parent ba7281b6f1
commit 80e0437a5c
8 changed files with 395 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include "readline.h"
#include "settings.h"
#if 1
#if 0
namespace blaze {
static EnvironmentPtr s_outer_env = Environment::create();