Skip to content

Commit 3babc51

Browse files
authored
Chapter structure in a new part about conventions. (#9)
1 parent 8e77b98 commit 3babc51

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

src/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ the following parts.
77
- [Part II](ref/notation.md) serves as a reference manual as well
88
as the informal specification of Fram.
99
- [Part III](lib/prelude.md) documents the standard library.
10+
- [Part IV](conv/general.md) describes programming conventions.

src/SUMMARY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@
2020
# Fram Standard Library
2121

2222
- [`Prelude`](lib/prelude.md)
23+
24+
# Fram Programming Conventions
25+
26+
- [General](conv/general.md)
27+
- [Naming](conv/naming.md)
28+
- [Code Formatting](conv/code-formatting.md)

src/conv/code-formatting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Code Formatting

src/conv/general.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# General

src/conv/naming.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Naming

0 commit comments

Comments
 (0)