diff options
| author | Drahflow <drahflow@gmx.de> | 2014-01-06 23:13:21 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2014-01-06 23:13:21 +0100 |
| commit | 90d664bc9e77530113c9a65bd02bae4667a2c25c (patch) | |
| tree | 289e69b262ef72e09816981817e48d24aeec9a31 /examples/working-compiler | |
| parent | def28d4cbac907f45ad083f01a34aca5f1c78fe8 (diff) | |
streq -> eq
Diffstat (limited to 'examples/working-compiler')
| -rw-r--r-- | examples/working-compiler/grammar-pre.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/working-compiler/grammar-pre.test b/examples/working-compiler/grammar-pre.test index 6c9c8ca..eaaa41c 100644 --- a/examples/working-compiler/grammar-pre.test +++ b/examples/working-compiler/grammar-pre.test @@ -1,4 +1,4 @@ -[ "(" ")" "[" "]" "-" "|" ] { _ { streq }_ "'" -102 cat deff }' each +[ "(" ")" "[" "]" "-" "|" ] { _ { eq }_ "'" -102 cat deff }' each "[" '[ dump "x" '[ dump |
