diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-18 19:23:31 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-18 19:23:31 -0700 |
| commit | 15886aa57978cbd236ff6ac3bc16adf0941ca299 (patch) | |
| tree | db15ce78f9d83877cbfb0e9bb99a74f665020b8e /examples | |
| parent | a045b76ad27f3d04be4816209ccdb9144e200061 (diff) | |
Major overhaul of core to make it more familiar feeling.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/parser_tests.nom | 4 |
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 %]: |
