nomsu/lib/core.nom
Bruce Hill 3fbc89273d Removed some dead code and streamlined the API a bit. Also added
training wheels for ease of transitions.
2018-01-11 04:38:46 -08:00

8 lines
199 B
Plaintext

use "lib/metaprogramming.nom"
use "lib/utils.nom"
use "lib/operators.nom"
use "lib/control_flow.nom"
use "lib/collections.nom"
use "lib/utils2.nom"
lua> "nomsu.core_defs = nomsu.__class.def_number;"