2018-01-11 18:51:21 -08:00
|
|
|
#..
|
|
|
|
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"
|
2018-01-11 18:51:21 -08:00
|
|
|
use "lib/text.nom"
|
2018-01-11 03:35:35 -08:00
|
|
|
use "lib/operators.nom"
|
|
|
|
use "lib/control_flow.nom"
|
2018-01-11 18:51:21 -08:00
|
|
|
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;"
|