| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Rakudo
Revision: 30864
Author: moritz
Date: 07 Sep 2008 17:55:05
Changes:[rakudo] parse m/.../ and similar regex forms. Closes RT #57346
Files:| ... | ...@@ -682,6 +682,7 @@ | |
| 682 | 682 | | <.before '<' > <quote_expression: :w :q> |
| 683 | 683 | # | <.before '«' > <quote_expression: :ww :qq> FIXME: unicode |
| 684 | 684 | | <.before '/'> <quote_expression: :regex> |
| 685 | | m <.ws> <quote_expression: :regex> | |
| 685 | 686 | ] |
| 686 | 687 | {*} |
| 687 | 688 | } |