aboutsummaryrefslogtreecommitdiff
path: root/lib/training_wheels.nom
diff options
context:
space:
mode:
Diffstat (limited to 'lib/training_wheels.nom')
-rw-r--r--lib/training_wheels.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/training_wheels.nom b/lib/training_wheels.nom
index 30c20fc..e5c02fb 100644
--- a/lib/training_wheels.nom
+++ b/lib/training_wheels.nom
@@ -2,7 +2,7 @@
This file contains a set of definitions that bring some familiar language features
from other languages into nomsu (e.g. "==" and "continue")
-use "lib/core.nom"
+use "core"
parse [%a = %b] as: %a <- %b
parse [%a == %b] as: %a is %b