@@ -9,48 +9,55 @@ lightweight introduction, try [my Perl 6 Tutorial](#) or the Book
9
9
[Learning Perl 6](http://www.learningperl6.com/Chapters/). If that is
10
10
too easy, read [the specs](http://perlcabal.org/syn/).
11
11
12
+ **DISCLAIMER:**
13
+
14
+ This documentation is currently transferred into that format,
15
+ the data here is partial and subject to drastic changes.
16
+
12
17
**Contents:**
13
18
14
19
[Preface and Introduction](introduction.html)
15
20
16
- [Tablet 0: History](history.html)
21
+ [Tablet 0: History](tablet-0- history.html)
17
22
18
- [Tablet 1: Language Design](language-design.html)
23
+ [Tablet 1: Language Design](tablet-1- language-design.html)
19
24
20
25
[Tablet 2: Basic Syntax (Spaces, Comments, Literals, Quoting,
21
- Formatting)](basic-syntax.html)
26
+ Formatting)](tablet-2- basic-syntax.html)
22
27
23
28
[Tablet 3: Variables (Sigils, Twigils, Assignment, Typing,
24
- Scopes)](variables.html)
29
+ Scopes)](tablet-3- variables.html)
25
30
26
31
[Tablet 4: Operators (Comparison, Math, String, Logic,
27
- Metaops)](operators.html)
32
+ Metaops)](tablet-4- operators.html)
28
33
29
- [Tablet 5: IO (Command Line, Files, Sockets, Network, Misc.)](io.html)
34
+ [Tablet 5: IO (Command Line, Files, Sockets, Network, Misc.)](tablet-5- io.html)
30
35
31
- [Tablet 6: Blocks (Conditions, Loops)](blocks.html)
36
+ [Tablet 6: Blocks (Conditions, Loops)](tablet-6- blocks.html)
32
37
33
- [Tablet 7: Subroutines (Signatures, Modules)](subroutines.html)
38
+ [Tablet 7: Subroutines (Signatures, Modules)](tablet-7- subroutines.html)
34
39
35
- [Tablet 8: Objects (Classes, Roles)](objects.html)
40
+ [Tablet 8: Objects (Classes, Roles)](tablet-8- objects.html)
36
41
37
- [Tablet 9: Regex (Rules, Grammars)](regexes.html)
42
+ [Tablet 9: Regex (Rules, Grammars)](tablet-9- regexes.html)
38
43
39
- [Tablet 10: Metaprogramming (Macros, DSL)](metaprogramming.html)
44
+ [Tablet 10: Metaprogramming (Macros, DSL)](tablet-10- metaprogramming.html)
40
45
41
46
[Appendix A: Index (all ops, builtins, methods and it terms,
42
- alphabetically ordered)](ap -a-index.html)
47
+ alphabetically ordered)](appendix -a-index.html)
43
48
44
49
[Appendix B: Look-up, short reference (cheat sheets ans summary
45
- tables)](ap-b-lookup.html)
50
+ tables)](appendix-b-grouped.html)
51
+
52
+ [Appendix C: Cookbook (chunks of everyday Perl 5, translated into idiomatic
53
+ Perl 6)](appendix-c-cookbook.html)
46
54
47
- [Appendix C: Cookbook (chunks of everyday Perl 5, translated into
48
- idiomatic Perl 6)](ap-c-cookbook.html)
55
+ [Appendix D: Perl 5-6 Delta](appendix-d-delta.html)
49
56
50
- [Appendix D: Perl 5-6 Delta](ap-d-p5-p6-delta .html)
57
+ [Appendix E: Exciting, Best-of, Appetizer tour](appendix-e-exciting .html)
51
58
52
- [Appendix E: Appetizer, Best-of tour](ap-e-appetizer .html)
59
+ [Appendix F: Links](appendix-f-links .html)
53
60
54
- [Appendix F: Links](ap-f-links .html)
61
+ [Appendix G: Glossary](appendix-g-glossary.txt .html)
55
62
56
63
***
0 commit comments