aboutsummaryrefslogtreecommitdiff
path: root/lib/core.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-01-11 18:51:21 -0800
committerBruce Hill <bitbucket@bruce-hill.com>2018-01-11 18:51:21 -0800
commite09f05a50cdb699029e8a4d5bafcfaade34157fd (patch)
treef216e71f7d7797706145f12349b48cd29d7c45ba /lib/core.nom
parent06bf76f818382cdd33816073866f3cfd41609597 (diff)
Reshuffled all the library code into files that make more sense and
cleaned up some of the library code.
Diffstat (limited to 'lib/core.nom')
-rw-r--r--lib/core.nom8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/core.nom b/lib/core.nom
index 6714cdf..3b1644c 100644
--- a/lib/core.nom
+++ b/lib/core.nom
@@ -1,7 +1,11 @@
+#..
+ This file imports all the commonly used library files, which can be convenient for
+ avoiding retyping the whole list.
+
use "lib/metaprogramming.nom"
-use "lib/utils.nom"
+use "lib/text.nom"
use "lib/operators.nom"
use "lib/control_flow.nom"
+use "lib/math.nom"
use "lib/collections.nom"
-use "lib/utils2.nom"
lua> "nomsu.core_defs = nomsu.__class.def_number;"