diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-12-04 17:54:52 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-12-04 17:54:52 -0800 |
| commit | 5903820699db7f7ce2efdc0faa3874270da42a22 (patch) | |
| tree | 6d8933dd68fdedbee9c87494e38dac97038e34ed /lib/core.nom | |
| parent | b3b8c4d731b0983d5b12c56fc245a8d7c1d631f4 (diff) | |
Incremental progress towards working.
Diffstat (limited to 'lib/core.nom')
| -rw-r--r-- | lib/core.nom | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/core.nom b/lib/core.nom index d5517f2..c31c208 100644 --- a/lib/core.nom +++ b/lib/core.nom @@ -4,4 +4,5 @@ require "lib/operators.nom" require "lib/control_flow.nom" require "lib/collections.nom" require "lib/utils2.nom" -require "lib/permissions.nom" +require "lib/scopes.nom" +lua> "nomsu.core_defs = nomsu.__class.def_number;" |
