@@ -556,7 +556,7 @@ The C<mainline> is the program text that is not part of any kind of block.
556
556
f(); # in mainline again
557
557
558
558
You can also have the mainline of any package-like declarator, such as
559
- class, L < module|#Module > , L < grammar|#Grammar > , etc. These are
559
+ L < class|#Class > , L < module|/language/modules > , L < grammar|/language/grammars > , etc. These are
560
560
typically run just after the class/module/grammar have been compiled (or
561
561
when loaded from a pre-compiled file).
562
562
@@ -763,7 +763,7 @@ X<|Stub>
763
763
X < |Symbol >
764
764
765
765
Fancy alternative way to denote a name. Generally used in the context of
766
- L < module|#Module > s linking, be it in the OS level, or at the Perl 6 L < #VM > level
766
+ L < module|/language/modules > s linking, be it in the L < #OS > level, or at the Perl 6 L < #Virtual Machine > level
767
767
for modules generated from languages targeting these VMs. The set of
768
768
imported or exported symbols is called the symbol table.
769
769
@@ -830,7 +830,7 @@ A virtual machine is the Perl compiler entity that executes the
830
830
L < bytecode|#Bytecode > . It can optimize the bytecode or generate
831
831
machine code Just in Time. Examples are
832
832
L < #MoarVM > , L < #Parrot > (who are intended to run Perl 6) and more
833
- generic virtual machines such as JVM and L < # Javascript> .
833
+ generic virtual machines such as L < # JVM> and Javascript.
834
834
835
835
= head1 whitespace
836
836
X < |whitespace >
0 commit comments