nomsu/lib/core.nom

12 lines
326 B
Plaintext
Raw Normal View History

#..
This file imports all the commonly used library files, which can be convenient for
avoiding retyping the whole list.
2018-01-11 03:35:35 -08:00
use "lib/metaprogramming.nom"
use "lib/text.nom"
2018-01-11 03:35:35 -08:00
use "lib/operators.nom"
use "lib/control_flow.nom"
use "lib/math.nom"
2018-01-11 03:35:35 -08:00
use "lib/collections.nom"
2017-12-04 17:54:52 -08:00
lua> "nomsu.core_defs = nomsu.__class.def_number;"