aboutsummaryrefslogtreecommitdiff
path: root/core/math.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/math.nom')
-rw-r--r--core/math.nom10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/math.nom b/core/math.nom
index decb0bc..685ab1e 100644
--- a/core/math.nom
+++ b/core/math.nom
@@ -2,11 +2,11 @@
#
This file defines some common math literals and functions
-use "core/metaprogramming.nom"
-use "core/text.nom"
-use "core/operators.nom"
-use "core/control_flow.nom"
-use "core/collections.nom"
+use "core/metaprogramming"
+use "core/text"
+use "core/operators"
+use "core/control_flow"
+use "core/collections"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~