about summary refs log tree commit diff stats
path: root/type.lua
diff options
context:
space:
mode:
Diffstat (limited to 'type.lua')
-rw-r--r--type.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/type.lua b/type.lua index 945f4d1..0d3b776 100644 --- a/type.lua +++ b/type.lua
@@ -31,6 +31,7 @@ end
31-- Symbols and Numbers are strings and numbers, respectively. At some point 31-- Symbols and Numbers are strings and numbers, respectively. At some point
32-- I'll want to implement a full numeric tower and symbol tables or namespaces 32-- I'll want to implement a full numeric tower and symbol tables or namespaces
33-- or whatever, but today is not that day 33-- or whatever, but today is not that day
34
34t.Symbol = tostring 35t.Symbol = tostring
35t.Number = tonumber 36t.Number = tonumber
36 37