@@ -234,7 +234,7 @@ See L</operator>.
234
234
=head2 CFG
235
235
236
236
1) Context Free Grammar.
237
- 2) see L</Control Flow Graph>.
237
+ 2) see L</Control Flow Graph>.
238
238
239
239
=head2 circularity saw
240
240
@@ -650,7 +650,7 @@ If I Understand Correctly.
650
650
651
651
=head2 import
652
652
653
- L</Module>s interact with each other thru named entities called symbols.
653
+ L</Module>s interact with each other through named entities called symbols.
654
654
The operation that makes symbols from a module avalaible to another
655
655
module is called import while the operation of using such a name is called import.
656
656
@@ -677,9 +677,7 @@ the L</source code> to generate L</object code> or L</bytecode>.
677
677
In L</rakudo> : L</parse tree>, and L<Abstract Syntax Tree>.
678
678
The L</parser> generates a that is transformeed to an </AST>s
679
679
Sometimes the information can be regenerated from the bytecode.
680
- In rakudo the Single Static Assignment form is inferred from the bytecode
681
- to
682
-
680
+ In rakudo the Single Static Assignment form is inferred from the bytecode.
683
681
684
682
=head2 interface
685
683
@@ -961,7 +959,7 @@ are named operands instead. Operators are classified into L<categories|http://pe
961
959
A category has a precedence, an arity, can be L</fidly>, L</iffy>, L</diffy>.
962
960
Perl 6 is very creative as to what is an operator so they are many categories which operators are amde
963
961
of many tokens, possibly with a subexpression. For example, L<@a[0]> belongs to the
964
- postcircumfix category is broken in the operand C<@a> and the
962
+ postcircumfix category is broken in the operand C<@a> and the
965
963
postcircumfix operator L<[0]> where C<0> is postcircumfixed subexpression.
966
964
967
965
The C<< <O(I<...>)> >> construction gives information about an operator that completes the
@@ -1128,7 +1126,7 @@ An operator that comes before the term it belongs to, for example
1128
1126
1129
1127
say ?42; # True
1130
1128
# ^ prefix operator
1131
-
1129
+
1132
1130
=head2 predicate
1133
1131
1134
1132
L</expression> used in a L</boolean context> by a L</control flow> L</statement>.
@@ -1218,7 +1216,7 @@ of code.
1218
1216
=head2 repository
1219
1217
1220
1218
A repository contains the information pertaining to a software or its L</module>s.
1221
- That is the source code, its history and ancillary information like a wiki, a bug tracking system,
1219
+ That is the source code, its history and ancillary information like a wiki, a bug tracking system,
1222
1220
a static web site, depending on the hosting service containing the repository.
1223
1221
Usuallly Perl 6 related information are stored in L</github> repositories.
1224
1222
The official list of Perl 6 modules is the L</ecosystem> is also stored in a repository.
@@ -1277,7 +1275,7 @@ L<here|https://github.com/MoarVM/MoarVM/blob/master/src/gc/roots.h>
1277
1275
=head2 Rosalind
1278
1276
1279
1277
L<Rosalind|http://rosalind.info/> is a platform for learning bioinformatics and programming through problem solving.
1280
- Some of the problems are solved thru elegant Perl 6 code snippets.
1278
+ Some of the problems are solved through elegant Perl 6 code snippets.
1281
1279
1282
1280
=head2 Rosetta Code
1283
1281
@@ -1412,7 +1410,7 @@ Software Transactional Memory
1412
1410
Fancy alternative way to denote a name. Generally used in the context of modules linking,
1413
1411
be it in the L</OS> level, or at the Perl 6 L</VM> level for modules generated from
1414
1412
languages targetting these VMs.
1415
- The set of imported or exported symbols is called symbol table.
1413
+ The set of imported or exported symbols is called the symbol table.
1416
1414
1417
1415
=head2 Synopsis
1418
1416
0 commit comments