diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-06 23:35:15 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-15 22:44:58 -0700 |
commit | 73f3e22850d9df38d36bbb15f00ded7dcce63f27 (patch) | |
tree | 116c39f147455858e09a704f7d39e6400c33c848 /perly.act | |
parent | 4ab466d9a0c010c94b6aec7b9569c75ded3acfb4 (diff) | |
download | perl-73f3e22850d9df38d36bbb15f00ded7dcce63f27.tar.gz |
Look up state subs in the pad
This commit does just enough to get things compiling. The padcv op
is still unimplemented (in fact, converting the padany to a padcv is
still not done), so you can’t actually run the code yet.
Bareword lookup in yylex now produces PRIVATEREF tokens for state
subs, so the grammar has been adjusted to accept a ‘subname’ in sub
calls (PRIVATEREF or WORD) where previously only a WORD was permitted.
Diffstat (limited to 'perly.act')
-rw-r--r-- | perly.act | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1785,6 +1785,6 @@ case 2: /* Generated from: - * a216aadb9729f2e06283be0b4e7f08adc1209abb0bb9b50c453be450c6104a81 perly.y + * 46a0f37bedef614c67088ca538be1a60acad74ce92b27d0244bd16b23eb7fd8d perly.y * 4a3ced51fe6585f6ec59e65e1ffd74bc976c498b0e6992eaab337219fee72e51 regen_perly.pl * ex: set ro: */ |