about summary refs log tree commit diff stats
path: root/repl.lua
diff options
context:
space:
mode:
authorCase Duckworth2024-04-05 21:26:32 -0500
committerCase Duckworth2024-04-05 21:26:32 -0500
commitd9870a8616d095f46819ff6478d2ecc5d714fadc (patch)
tree15af45ab901f8b08c2a55942254b8cdb8c4a6ba6 /repl.lua
parentAdd test file (diff)
downloadlam-d9870a8616d095f46819ff6478d2ecc5d714fadc.tar.gz
lam-d9870a8616d095f46819ff6478d2ecc5d714fadc.zip
Add dump and run into circular dependencies
Diffstat (limited to 'repl.lua')
-rw-r--r--repl.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/repl.lua b/repl.lua index 86bc0af..c4a6546 100644 --- a/repl.lua +++ b/repl.lua
@@ -41,7 +41,6 @@ function m.read_eval (filename, interactive)
41 io.write(lam) 41 io.write(lam)
42 io.output():setvbuf("line") 42 io.output():setvbuf("line")
43 else 43 else
44 io.output(io.stdout) -- hmmm
45 io.output():setvbuf("no") 44 io.output():setvbuf("no")
46 end 45 end
47 repeat 46 repeat