diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-30 16:41:46 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-30 16:41:51 -0800 |
| commit | b1406a3203901392b98df431157e04f9a9164ff2 (patch) | |
| tree | 4f72f2660a80ea4f1e5cc5478b1a0b1acf3580f3 | |
| parent | 545618ddc97d5848db6b0df57e3e072e16b96ec5 (diff) | |
Removed "core_defs"
| -rw-r--r-- | lib/core.nom | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/core.nom b/lib/core.nom index 3b1644c..8843104 100644 --- a/lib/core.nom +++ b/lib/core.nom @@ -8,4 +8,3 @@ use "lib/operators.nom" use "lib/control_flow.nom" use "lib/math.nom" use "lib/collections.nom" -lua> "nomsu.core_defs = nomsu.__class.def_number;" |
