From 0f0fb2256a46a8808794d7d4746d112278da3730 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 10 Jan 2019 16:33:37 -0800 Subject: Major overhaul of how modules and environments work, along with some steamlining and tweaks to the makefile. Version bump: 6.14.13.8 --- core/math.nom | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/math.nom') 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" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3