aboutsummaryrefslogtreecommitdiff
path: root/nomsu_tree.moon
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_tree.moon')
-rw-r--r--nomsu_tree.moon2
1 files changed, 0 insertions, 2 deletions
diff --git a/nomsu_tree.moon b/nomsu_tree.moon
index 8fe8283..de05795 100644
--- a/nomsu_tree.moon
+++ b/nomsu_tree.moon
@@ -1,8 +1,6 @@
-- This file contains the datastructures used to represent parsed Nomsu syntax trees,
-- as well as the logic for converting them to Lua code.
utils = require 'utils'
-re = require 're'
-lpeg = require 'lpeg'
{:repr, :stringify, :min, :max, :equivalent, :set, :is_list, :sum} = utils
immutable = require 'immutable'
{:insert, :remove, :concat} = table