diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-11 04:38:46 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-11 04:38:46 -0800 |
| commit | 3fbc89273dbebadf5e70197a51ddfae3131202c4 (patch) | |
| tree | c15cd9aa121bfda34be46103a6cc4e706e3042db /lib/core.nom | |
| parent | 756c1f718ee427d89e5fdbfae00f760b89f793eb (diff) | |
Removed some dead code and streamlined the API a bit. Also added
training wheels for ease of transitions.
Diffstat (limited to 'lib/core.nom')
| -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 aecd154..6714cdf 100644 --- a/lib/core.nom +++ b/lib/core.nom @@ -4,5 +4,4 @@ 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;" |
