diff options
Diffstat (limited to 'lib/core.nom')
| -rw-r--r-- | lib/core.nom | 8 |
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;" |
