@@ -14,82 +14,59 @@ use v6;
14
14
15
15
Following is a list of pragmas with a short description of each
16
16
pragma's purpose or a link to more details about its use. (Note:
17
- Pragmas marked "NYI" are not yet implemented, and those marked "TBD"
17
+ Pragmas marked "[ NYI] " are not yet implemented, and those marked "[ TBD] "
18
18
are to be defined later.)
19
19
20
20
= comment The following should be a table but formatting in tables is
21
21
not yet rendered properly.
22
22
23
- = item X < B < MONKEY-BARS > |MONKEY-BARS>
24
- : NYI
23
+ = item X < B < MONKEY-BARS > |MONKEY-BARS> [NYI]
25
24
26
- = item X < B < MONKEY-BRAINS > |MONKEY-BRAINS>
27
- : NYI
25
+ = item X < B < MONKEY-BRAINS > |MONKEY-BRAINS> [NYI]
28
26
29
- = item X < B < MONKEY-BUSINESS > |MONKEY-BUSINESS>
30
- : NYI
27
+ = item X < B < MONKEY-BUSINESS > |MONKEY-BUSINESS> [NYI]
31
28
32
- = item X < B < MONKEY-GUTS > |MONKEY-GUTS>
33
- : NYI
29
+ = item X < B < MONKEY-GUTS > |MONKEY-GUTS> [NYI]
34
30
35
- = item X < B < MONKEY-SEE-NO-EVAL > |MONKEY-SEE-NO-EVAL>
36
- : L < EVAL|https://docs.perl6.org/routine/EVAL >
31
+ = item X < B < MONKEY-SEE-NO-EVAL > |MONKEY-SEE-NO-EVAL> L < EVAL|https://docs.perl6.org/routine/EVAL >
37
32
38
- = item X < B < MONKEY-SHINE > |MONKEY-SHINE>
39
- : NYI
33
+ = item X < B < MONKEY-SHINE > |MONKEY-SHINE> [NYI]
40
34
41
- = item X < B < MONKEY-TRAP > |MONKEY-TRAP>
42
- : NYI
35
+ = item X < B < MONKEY-TRAP > |MONKEY-TRAP> [NYI]
43
36
44
- = item X < B < MONKEY-TYPING > |MONKEY-TYPING>
45
- : L < augment|https://docs.perl6.org/syntax/augment >
37
+ = item X < B < MONKEY-TYPING > |MONKEY-TYPING> L < augment|https://docs.perl6.org/syntax/augment >
46
38
47
- = item X < B < MONKEY-WRENCH > |MONKEY-WRENCH>
48
- : NYI
39
+ = item X < B < MONKEY-WRENCH > |MONKEY-WRENCH> [NYI]
49
40
50
- = item X < B < experimental > |experimental>
51
- : allows use of experimental features
41
+ = item X < B < experimental > |experimental> allows use of experimental features
52
42
53
- = item X < B < fatal > |fatal>
54
- : alters behaviour of L < fail|/language/control#fail >
43
+ = item X < B < fatal > |fatal> alters behaviour of L < fail|/language/control#fail >
55
44
56
- = item X < B < internals > |internals>
57
- : NYI
45
+ = item X < B < internals > |internals> [NYI]
58
46
59
- = item X < B < invocant > |invocant>
60
- : NYI
47
+ = item X < B < invocant > |invocant> [NYI]
61
48
62
- = item X < B < lib > |lib>
63
- : L < Finding Modules|https://docs.perl6.org/language/modules#Finding_Modules >
49
+ = item X < B < lib > |lib> L < Finding Modules|https://docs.perl6.org/language/modules#Finding_Modules >
64
50
65
- = item X < B < newline > |newline>
66
- : TBD
51
+ = item X < B < newline > |newline> [TBD]
67
52
68
- = item X < B < nqp > |nqp>
69
- : TBD
53
+ = item X < B < nqp > |nqp> [TBD]
70
54
71
- = item X < B < parameters > |parameters>
72
- : NYI
55
+ = item X < B < parameters > |parameters> [NYI]
73
56
74
- = item X < B < precompilation > |precompilation>
75
- : TBD
57
+ = item X < B < precompilation > |precompilation> [TBD]
76
58
77
- = item X < B < soft > |soft>
78
- : L < Re-dispatching|https://docs.perl6.org/language/functions#Re-dispatching >
59
+ = item X < B < soft > |soft> L < Re-dispatching|https://docs.perl6.org/language/functions#Re-dispatching >
79
60
80
- = item X < B < strict > |strict>
81
- : TBD
61
+ = item X < B < strict > |strict> [TBD]
82
62
83
- = item X < B < trace > |trace>
84
- : TBD
63
+ = item X < B < trace > |trace> [TBD]
85
64
86
- = item X < B < v6 > |v6>
87
- : L < Writing Tests|https://docs.perl6.org/language/testing#Writing_tests >
65
+ = item X < B < v6 > |v6> L < Writing Tests|https://docs.perl6.org/language/testing#Writing_tests >
88
66
89
67
= item X < B < variables > |variables>
90
- : L < Defined Variables Pragma|https://docs.perl6.org/language/variables#Default_Defined_Variables_Pragma >
68
+ L < Defined Variables Pragma|https://docs.perl6.org/language/variables#Default_Defined_Variables_Pragma >
91
69
92
- = item X < B < worries > |worries>
93
- : TBD
70
+ = item X < B < worries > |worries> [TBD]
94
71
95
72
= end pod
0 commit comments