Skip to content

Commit 67c9785

Browse files
authored
Merge pull request #814 from smucclaw/thomasgorissen/documentation-v2
feat(documentation): Roundhouse update
2 parents d219aed + 7a3650d commit 67c9785

File tree

111 files changed

+5496
-2195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+5496
-2195
lines changed

doc/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ Task-focused guides for specific goals:
8585
Look up specific features:
8686

8787
- **[Syntax Reference](reference/syntax/README.md)** - Complete syntax guide
88-
- **[Keywords](reference/keywords/README.md)** - All L4 keywords
88+
- **[Types](reference/types/README.md)** - L4 Types
89+
- **[Functions](reference/functions/README.md)** - Functions as rules
90+
- **[Regulative](reference/regulative/README.md)** - Regulative language
8991
- **[Libraries](reference/libraries/README.md)** - Standard library
9092
- **[Operators](reference/operators/README.md)** - Operators and precedence
9193

doc/SUMMARY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@
66
## Reference
77

88
- [Reference Home](reference/README.md)
9-
- [Keywords](reference/keywords/README.md)
109
- [Types](reference/types/README.md)
10+
- [Coercions](reference/types/coercions.md)
11+
- [Functions](reference/functions/README.md)
12+
- [Control-Flow](reference/control-flow/README.md)
13+
- [Comparisons](reference/comparisons/README.md)
14+
- [Arithmetic]reference/(arithmetic/README.md)
1115
- [Operators](reference/operators/README.md)
1216
- [Syntax](reference/syntax/README.md)
17+
- [Built-ins](reference/builtins/README.md)
1318
- [Libraries](reference/libraries/README.md)
1419

1520
## Courses

doc/concepts/language-design/principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,5 @@ L4 solution: Support multiple phrasings with identical semantics.
311311
## Further Reading
312312

313313
- [Syntax Reference](../../reference/syntax/README.md) - Full syntax guide
314-
- [Keywords Reference](../../reference/keywords/README.md) - All L4 keywords
314+
- [Language Reference](../../reference/README.md) - All L4 keywords
315315
- [Foundation Course](../../courses/foundation/README.md) - Learn L4 from scratch

doc/concepts/legal-modeling/regulative-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,5 +367,5 @@ MUST deliver
367367
## Further Reading
368368

369369
- [Foundation Course Module 5](../../courses/foundation/module-5-regulative.md) - Hands-on tutorial
370-
- [Keywords: PARTY](../../reference/keywords/PARTY.md) - Reference for PARTY keyword
371-
- [Keywords: MUST](../../reference/keywords/MUST.md) - Reference for MUST keyword
370+
- [Keywords: PARTY](../../reference/regulative/PARTY.md) - Reference for PARTY keyword
371+
- [Keywords: MUST](../../reference/regulative/MUST.md) - Reference for MUST keyword

doc/courses/SUMMARY.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22

33
- [Courses Home](README.md)
44

5-
## Foundation Course
5+
## Foundation
66

77
- [Foundation Course](foundation/README.md)
8+
- [M0: Introduction to L4](foundation/module-0-introduction.md)
9+
- [M1: Your First Legal Rule](foundation/module-1-first-rule.md)
10+
- [M2: Legal Entities and Relationships](foundation/module-2-entities.md)
11+
- [M3: Control Flow](foundation/module-3-control-flow.md)
12+
- [M4: Functions](foundation/module-4-functions.md)
13+
- [M5: Regulative Rules](foundation/module-5-regulative.md)
14+
- [M6: Putting It Together](foundation/module-6-capstone.md)
815

9-
## Advanced Course
16+
## Advanced
1017

1118
- [Advanced Course](advanced/README.md)
19+
- [MA1: Real Regulatory Schemes](advanced/module-a1-regulatory.md)
20+
- [MA2: Cross-Cutting Concerns](advanced/module-a2-cross-cutting.md)
21+
- [MA3: Contracts in Depth](advanced/module-a3-contracts.md)
22+
- [MA4: Production Patterns](advanced/module-a4-production.md)

0 commit comments

Comments
 (0)