diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-02-15 13:33:22 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-02-15 13:33:22 +0100 |
commit | ac5c0c83e867712b4c94c253121b02087858a8bf (patch) | |
tree | ba4be45adb4f8039f44852f57d71803e43d04bd5 /Grammar.pp | |
parent | 80fc59dbdb0771c509a870751fd85cc4b106b267 (diff) | |
download | Praspel-ac5c0c83e867712b4c94c253121b02087858a8bf.zip Praspel-ac5c0c83e867712b4c94c253121b02087858a8bf.tar.gz Praspel-ac5c0c83e867712b4c94c253121b02087858a8bf.tar.bz2 |
Remove the “class” rule (useless for now).
Diffstat (limited to 'Grammar.pp')
-rw-r--r-- | Grammar.pp | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -114,10 +114,7 @@ %token identifier [a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]* #specification: - class()+ | method()+ - -class: - ::this:: + method()+ method: ( |