From e09f05a50cdb699029e8a4d5bafcfaade34157fd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 11 Jan 2018 18:51:21 -0800 Subject: Reshuffled all the library code into files that make more sense and cleaned up some of the library code. --- lib/core.nom | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/core.nom') 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;" -- cgit v1.2.3