aboutsummaryrefslogtreecommitdiffstats
path: root/core/value.moon
diff options
context:
space:
mode:
Diffstat (limited to 'core/value.moon')
-rw-r--r--core/value.moon1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/value.moon b/core/value.moon
index 1e528ed..2e93e70 100644
--- a/core/value.moon
+++ b/core/value.moon
@@ -130,7 +130,6 @@ class Value
-- @tparam string raw the raw string that resulted in this value. Used by `parsing`.
new: (@type, @value, @raw) =>
-
unescape = (str) -> str\gsub '\\([\'"\\])', '%1'
--- create a capture-function (for parsing with Lpeg).
--