Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quoting parsing messes with operator LTM #4656

Open
p6rt opened this issue Oct 17, 2015 · 1 comment
Open

quoting parsing messes with operator LTM #4656

p6rt opened this issue Oct 17, 2015 · 1 comment

Comments

@p6rt
Copy link

p6rt commented Oct 17, 2015

Migrated from rt.perl.org#126382 (status was 'new')

Searchable as RT126382$

@p6rt
Copy link
Author

p6rt commented Oct 17, 2015

From @cognominal

sub infix​:('>+<') ($a, $b) { $a + $b }; say 40 >+< 2
===SORRY!=== Error while compiling <unknown file>
Unable to parse expression in quote words; couldn't find final '>'
 
at <unknown file>​:3
------> <BOL>⏏<EOL>
  expecting any of​:
  prefix
  quote words

Found when trying to trigger the problem fixed by rakudo/rakudo#556

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant