aboutsummaryrefslogtreecommitdiff
path: root/lib/training_wheels.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-23 15:07:31 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-23 15:07:31 -0700
commit0dbfdc810d8eeb80fc45d849e1ff623f13913163 (patch)
treecf8bec2bd881b462beaa923379ee611709b0f9e9 /lib/training_wheels.nom
parent468656b9ef1c96be8e10bafbb03087e8cc80ca09 (diff)
parent8c249a1af381cde049633c84a3889260ae07957c (diff)
Merge branch 'default_core' into working
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)