Skip to content

Commit

Permalink
[src/parser/grammar.pg] aligned more with STD.pm
Browse files Browse the repository at this point in the history
This makes a few of the tests in S03-operators/hyper.t unfudgeable.
JimmyZ++ for the patch.
  • Loading branch information
Carl Masak committed Aug 2, 2009
1 parent f76b3c7 commit e89cc1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/parser/grammar.pg
Expand Up @@ -567,7 +567,9 @@ token expect_term {
token post {
<!afterws>
[ <.unsp> || \\ ]?
<postfix_prefix_meta_operator>?

[ ['.' <.unsp>?]? <postfix_prefix_meta_operator> <.unsp>? ]*

[
| <dotty> {*} #= dotty
| <postcircumfix> {*} #= postcircumfix
Expand Down

0 comments on commit e89cc1e

Please sign in to comment.