nomsu/lib/core.nom
Bruce Hill e09f05a50c Reshuffled all the library code into files that make more sense and
cleaned up some of the library code.
2018-01-11 18:51:21 -08:00

12 lines
326 B
Plaintext

#..
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"
lua> "nomsu.core_defs = nomsu.__class.def_number;"