diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-08-27 10:54:23 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-08-27 10:54:23 +0200 |
commit | a32f0068c5f7f88bc18a514b0624014a2288775a (patch) | |
tree | 5c34bef1167830e532cdd8cb34e82c61025e6488 /Grammar.pp | |
parent | 02d19479288df6188867bdc2eadfbd0a5562352c (diff) | |
download | Praspel-a32f0068c5f7f88bc18a514b0624014a2288775a.zip Praspel-a32f0068c5f7f88bc18a514b0624014a2288775a.tar.gz Praspel-a32f0068c5f7f88bc18a514b0624014a2288775a.tar.bz2 |
Allow the use of `this` without anything else.
Diffstat (limited to 'Grammar.pp')
-rw-r--r-- | Grammar.pp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ arrayaccess: identifier: <identifier> - | ::this:: ::arrow:: <identifier> ( ::arrow:: <identifier> )* #this_identifier + | ::this:: ( ::arrow:: <identifier> ( ::arrow:: <identifier> )* )? #this_identifier | ( ::self:: #self_identifier | ::static:: #static_identifier |