From 86b689f3d7111a9fa13da389a30f3dfdf877d1a4 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 19 Apr 2014 13:04:09 -0500 Subject: All: *ARGV* and *host-language*. Misc syncing/fixes. --- cs/step3_env.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cs/step3_env.cs') diff --git a/cs/step3_env.cs b/cs/step3_env.cs index ba859eb..2be7992 100644 --- a/cs/step3_env.cs +++ b/cs/step3_env.cs @@ -92,7 +92,7 @@ namespace Mal { return printer._pr_str(exp, true); } - // REPL + // repl static MalVal RE(Env env, string str) { return EVAL(READ(str), env); } @@ -119,6 +119,8 @@ namespace Mal { if (args.Length > 0 && args[0] == "--raw") { Mal.readline.mode = Mal.readline.Mode.Raw; } + + // repl loop while (true) { string line; try { -- cgit v1.2.3