From 10b07148ba8efec543ded60a4b7916960709ce1e Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 7 Mar 2015 09:04:07 -0600 Subject: All step0: add test, fix bugs, remove step0 eval. --- lua/step0_repl.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/step0_repl.lua') diff --git a/lua/step0_repl.lua b/lua/step0_repl.lua index 24584d2..bb082a5 100755 --- a/lua/step0_repl.lua +++ b/lua/step0_repl.lua @@ -18,6 +18,10 @@ function rep(str) return PRINT(EVAL(READ(str),"")) end +if #arg > 0 and arg[1] == "--raw" then + readline.raw = true +end + while true do line = readline.readline("user> ") if not line then break end -- cgit v1.2.3