Skip to content

Commit 770c7f8

Browse files
committed
add TODOs for Meta Operators so it's easier to spot that documenting
Perl 6 supports lazyness too
1 parent f23805a commit 770c7f8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

doc/Language/operators.pod

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,35 @@ L<#prefix ...> etc. stub operators.
107107
Defining custom operators is covered in
108108
L</language/functions#Defining_Operators>.
109109
110+
=head1 Meta Operators
111+
112+
=head2 Assignment Operators
113+
TODO
114+
115+
=head2 Negated Relational Operators
116+
TODO
117+
118+
=head2 Reversed Operators
119+
TODO
120+
121+
=head2 Hyper Operators
122+
TODO
123+
124+
=head2 Reduction Operators
125+
TODO
126+
127+
=head2 Cross Operators
128+
TODO
129+
130+
=head2 Zip Operators
131+
TODO
132+
133+
=head2 Sequential Operators
134+
TODO
135+
136+
=head2 Nesting of Meta Operators
137+
TODO
138+
110139
=head1 Z<>Term Precedence
111140
112141
=head2 circumfix C«< >»

0 commit comments

Comments
 (0)