Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
S99: correct many malformed links
  • Loading branch information
cognominal committed Sep 2, 2014
1 parent 197e481 commit b6658f6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions S99-glossary.pod
Expand Up @@ -178,13 +178,13 @@ L</Boolean> type.

=head2 boolean

L</Value> of type L</Bool>. Apart the class itself, can be either <True> or <False>.
L</Value> of type L</Bool>. Apart the class itself, can be either C<True> or C<False>.

=head2 boolean context

A L</context> that forces an L</expression> to give a L</boolean> value.
The L</prefix> L</operator>s C<so>, C<not> and their
repective higher L</precedence> C<?> and C<!> forms force a boolean context with <!> and C<not> doing
repective higher L</precedence> C<?> and C<!> forms force a boolean context with C<!> and C<not> doing
a negation.
The L</predicate> part of a L</control flow> L</statement> forces a boolean context.
A class can define a C<Bool> method to handle the boolean context.
Expand Down Expand Up @@ -322,7 +322,7 @@ Parts of a program intend for user consumption that are not used to generate cod
Beside the C<#> that starts a comment that ends with the current line
Perl 6 supports many syntactic forms for different kinds of comments.
Like inline comments that can be used as L</whitespace>, or comments
that appear after a name declaration that are included in the </pod>
that appear after a name declaration that are included in the L</pod>
documentation.

=head2 compilation unit
Expand Down Expand Up @@ -485,7 +485,7 @@ L</Domain Specific Language>. See L</slang>.

=head2 Dominance

See </Control Flow Graph>
See L</Control Flow Graph>

=head2 dynamic

Expand Down Expand Up @@ -523,7 +523,7 @@ document for reference. See also L</Synopsis>.

=head2 export

See </import>.
See L</import>.

=head2 EXPORT::

Expand Down Expand Up @@ -765,7 +765,7 @@ A built-in arbitrary-sized integer type. See L<http://doc.perl6.org/type/Int>.
In a compiler, Intermediate data structures that are generated from
the L</source code> to generate L</object code> or L</bytecode>.
In L</rakudo> : L</parse tree>, and L<Abstract Syntax Tree>.
The L</parser> generates a that is transformeed to an </AST>s
The L</parser> generates a that is transformeed to an L</AST>s
Sometimes the information can be regenerated from the bytecode.
In rakudo the Single Static Assignment form is inferred from the bytecode.

Expand Down Expand Up @@ -1019,7 +1019,7 @@ A native value cannot be undefined.

Syntactical convention to denote an entity in a program source code. Such an entity can be a
routine, a variable...
See also : </symbol>, </scope>, </sigil>, </role>, </adverbial pair>.
See also : L</symbol>, L</scope>, L</sigil>, L</role>, L</adverbial pair>.

=head2 need

Expand Down Expand Up @@ -1712,7 +1712,7 @@ See L<also|http://www.unicode.org/ucd/>. For a given character, many of these pr

=head2 Unicode Normalization Form

See </UAX> <15|http://unicode.org/reports/tr15/>.
See L</UAX> L<15|http://unicode.org/reports/tr15/>.
Perl 6 defines an addtional one : L</NFG>.

=head2 unit
Expand Down

0 comments on commit b6658f6

Please sign in to comment.