Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ the following parts.
- [Part II](ref/notation.md) serves as a reference manual as well
as the informal specification of Fram.
- [Part III](lib/prelude.md) documents the standard library.
- [Part IV](conv/general.md) describes programming conventions.
6 changes: 6 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
# Fram Standard Library

- [`Prelude`](lib/prelude.md)

# Fram Programming Conventions

- [General](conv/general.md)
- [Naming](conv/naming.md)
- [Code Formatting](conv/code-formatting.md)
1 change: 1 addition & 0 deletions src/conv/code-formatting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Code Formatting
1 change: 1 addition & 0 deletions src/conv/general.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# General
1 change: 1 addition & 0 deletions src/conv/naming.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Naming