aboutsummaryrefslogtreecommitdiff
path: root/lib/core.nom
blob: aecd154a1e0762d31eb48fa184d39a9061202a2c (plain)
1
2
3
4
5
6
7
8
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"
use "lib/scopes.nom"
lua> "nomsu.core_defs = nomsu.__class.def_number;"