about summary refs log tree commit diff stats
path: root/repl.lua
diff options
context:
space:
mode:
authorCase Duckworth2024-03-04 21:01:27 -0600
committerCase Duckworth2024-03-04 21:01:27 -0600
commitbbaff0e0c204c2fab216f6501dc8c11b4425b4bc (patch)
treeb2a06edc7b1c8e6f86839bff8c16e06297080674 /repl.lua
parentAdd copying (diff)
downloadlam-bbaff0e0c204c2fab216f6501dc8c11b4425b4bc.tar.gz
lam-bbaff0e0c204c2fab216f6501dc8c11b4425b4bc.zip
Ugghhhh totally not working first-try
Diffstat (limited to 'repl.lua')
-rw-r--r--repl.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/repl.lua b/repl.lua index 3cdfe4e..a89fd2c 100644 --- a/repl.lua +++ b/repl.lua
@@ -4,6 +4,7 @@ local repl = {}
4local eval = require "eval" 4local eval = require "eval"
5local read = require "read" 5local read = require "read"
6local util = require "util" 6local util = require "util"
7table.unpack = table.unpack or unpack
7 8
8function schemestr(x) 9function schemestr(x)
9 if type(x) == "table" then 10 if type(x) == "table" then