Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39eea48

Browse files
committed
added table of contents
1 parent 0f09458 commit 39eea48

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,22 @@ mind for now.
5555
You can generate a PDF or an HTML copy of this guide using
5656
[Transmuter](https://github.com/TechnoGate/transmuter).
5757

58+
## Table of Contents
59+
60+
* [Source Code Layout](#source-code-layout)
61+
* [Syntax](#syntax)
62+
* [Naming](#naming)
63+
* [Comments](#comments)
64+
* [Annotations](#annotations)
65+
* [Classes](#classes)
66+
* [Exceptions](#exceptions)
67+
* [Collections](#collections)
68+
* [Strings](#strings)
69+
* [Regular Expressions](#regular-expressions)
70+
* [Percent Literals](#percent-literals)
71+
* [Metaprogramming](#metaprogramming)
72+
* [Misc](#misc)
73+
5874
## Source Code Layout
5975

6076
> Nearly everybody is convinced that every style but their own is

0 commit comments

Comments
 (0)