diff options
Diffstat (limited to 'cs/step2_eval.cs')
| -rw-r--r-- | cs/step2_eval.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/step2_eval.cs b/cs/step2_eval.cs index dc467de..1a95a81 100644 --- a/cs/step2_eval.cs +++ b/cs/step2_eval.cs @@ -69,7 +69,7 @@ namespace Mal { return printer._pr_str(exp, true); } - // REPL + // repl static MalVal RE(Dictionary<string, MalVal> env, string str) { return EVAL(READ(str), env); } |
