aboutsummaryrefslogtreecommitdiff
path: root/lib/training_wheels.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-23 14:53:12 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-23 14:54:05 -0700
commit6e5d551071cdf0e03cca7f8c9ca5e54244e2b150 (patch)
treed988dbe5a4fdbb06e62f4908dd6ccfc85b32d3d9 /lib/training_wheels.nom
parent470a6fe7f987f7c5e5c1fa7b6b31956479ababed (diff)
Run 'use "core"' by default before running anything else, unless --no-core command line flag is used.
Diffstat (limited to 'lib/training_wheels.nom')
-rw-r--r--lib/training_wheels.nom2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/training_wheels.nom b/lib/training_wheels.nom
index e89eee3..b68fc56 100644
--- a/lib/training_wheels.nom
+++ b/lib/training_wheels.nom
@@ -3,8 +3,6 @@
This file contains a set of definitions that bring some familiar language features
from other languages into nomsu (e.g. "==" and "continue")
-use "core"
-
parse [%a == %b] as (%a = %b)
parse [%a == %b] as (%a is %b)
parse [%a ~= %b, %a != %b, %a <> %b] as (%a is not %b)