aboutsummaryrefslogtreecommitdiff
path: root/lib/core.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-02-02 15:48:28 -0800
committerBruce Hill <bitbucket@bruce-hill.com>2018-02-02 15:49:42 -0800
commit505fec2a61d2571317cc4bbc36ec0f4822a63f9d (patch)
treec2b37e9db8e2f958fbca0caa0a9c4924912a37a9 /lib/core.nom
parent513c721198b2256235a95c98d161ab1bb51e6671 (diff)
Restructured the nomsu files to group all the essentials into core/ and
all the optionals into lib/. lib/core.nom and tests/all.nom are no longer needed now.
Diffstat (limited to 'lib/core.nom')
-rw-r--r--lib/core.nom10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/core.nom b/lib/core.nom
deleted file mode 100644
index 8843104..0000000
--- a/lib/core.nom
+++ /dev/null
@@ -1,10 +0,0 @@
-#..
- 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/text.nom"
-use "lib/operators.nom"
-use "lib/control_flow.nom"
-use "lib/math.nom"
-use "lib/collections.nom"