Raku / doc

🦋 Raku documentation
https://docs.raku.org/
Artistic License 2.0
287 stars 292 forks source link

Improve description of $/ #2870

Open JJ opened 5 years ago

JJ commented 5 years ago

The problem

In its description, after making clear it's a Match, it kind of forgets that and shows normal Match behavior as something special.

Suggestions

Probably not a good idea to eliminate examples, but maybe link Match, or explain that as the regular Match behavior.

JJ commented 4 years ago

Also comment how .make and .made can be used on it, in the same way they are used on Grammars. There's nothing special about grammars in this sense, and we can add payload to a match from within a regular expression without the need to use Actions.