Skip to content

Commit 29f9b25

Browse files
committed
Move unlikely to be implemented MONKEY pragmas into seperate section
1 parent dd9e1ca commit 29f9b25

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

doc/Language/pragmas.pod6

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,15 @@ are to be defined later.)
2020
=comment The following should be a table but formatting in tables is
2121
not yet rendered properly.
2222
23-
=item X<B<MONKEY-BARS>|MONKEY-BARS> [NYI]
24-
25-
=item X<B<MONKEY-BRAINS>|MONKEY-BRAINS> [NYI]
26-
27-
=item X<B<MONKEY-BUSINESS>|MONKEY-BUSINESS> [NYI]
28-
2923
=item X<B<MONKEY-GUTS>|MONKEY-GUTS>
3024
3125
This pragma is not currently part of any Perl 6 specification, but is present
3226
in Rakudo as a synonym to C<use nqp> (see below).
3327
3428
=item X<B<MONKEY-SEE-NO-EVAL>|MONKEY-SEE-NO-EVAL> L<EVAL|/routine/EVAL>
3529
36-
=item X<B<MONKEY-SHINE>|MONKEY-SHINE> [NYI]
37-
38-
=item X<B<MONKEY-TRAP>|MONKEY-TRAP> [NYI]
39-
4030
=item X<B<MONKEY-TYPING>|MONKEY-TYPING> L<augment|/syntax/augment>
4131
42-
=item X<B<MONKEY-WRENCH>|MONKEY-WRENCH> [NYI]
43-
4432
=item X<B<experimental>|experimental> allows use of experimental features
4533
4634
=item X<B<fatal>|fatal>
@@ -136,6 +124,14 @@ before using them. You can relax this restriction with C<no>.
136124
137125
=item X<B<worries>|worries> [TBD]
138126
127+
=item Other pragma under discussion
128+
129+
The following pragma's have been discussed in the past, but will most likely
130+
never see any functionality implemented for them:
131+
132+
MONKEY-BARS, MONKEY-BRAINS, MONKEY-BUSINESS, MONKEY-SHINE, MONKEY-TRAP,
133+
MONKEY-WRENCH
134+
139135
=end pod
140136

141137
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)