aboutsummaryrefslogtreecommitdiff
path: root/examples/parser_tests.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-09-18 19:23:31 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-09-18 19:23:31 -0700
commit15886aa57978cbd236ff6ac3bc16adf0941ca299 (patch)
treedb15ce78f9d83877cbfb0e9bb99a74f665020b8e /examples/parser_tests.nom
parenta045b76ad27f3d04be4816209ccdb9144e200061 (diff)
Major overhaul of core to make it more familiar feeling.
Diffstat (limited to 'examples/parser_tests.nom')
-rw-r--r--examples/parser_tests.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/parser_tests.nom b/examples/parser_tests.nom
index d506d2a..000b8de 100644
--- a/examples/parser_tests.nom
+++ b/examples/parser_tests.nom
@@ -9,9 +9,9 @@ test: say (4) ..yields ".."
| 4
test:
- rule "fart": say "poot"
+ rule "fart" =: say "poot"
..yields ".."
- |Call [rule % %]:
+ |Call [rule % = %]:
| "fart"
| Thunk:
| Call [say %]: