summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-18 16:03:14 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-18 16:03:14 +0000
commitfc4abb77ecab8fe3c497e13d7f7d6d8f832514b2 (patch)
tree7ec5afd8def5f650f15268f7a23932d76410ae76
parent43c4f78eb3d2af7778bab6e51d77588bec62930d (diff)
Add index for better organization.
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3fd3872..8a7629b 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,35 @@ Join the discussion, share demos, ask questions, or report bugs in the official
---
+## Index
+
+- [Overview](#overview)
+- [Community](#community)
+- [Quick Start](#quick-start)
+ - [Installation](#installation)
+ - [Usage](#usage)
+ - [Environment Variables](#environment-variables)
+- [Language Reference](#language-reference)
+ - [1. Variables and Constants](#1-variables-and-constants)
+ - [2. Primitive Types](#2-primitive-types)
+ - [3. Aggregate Types](#3-aggregate-types)
+ - [4. Functions & Lambdas](#4-functions--lambdas)
+ - [5. Control Flow](#5-control-flow)
+ - [6. Operators](#6-operators)
+ - [7. Printing and String Interpolation](#7-printing-and-string-interpolation)
+ - [8. Memory Management](#8-memory-management)
+ - [9. Object Oriented Programming](#9-object-oriented-programming)
+ - [10. Generics](#10-generics)
+ - [11. Concurrency (Async/Await)](#11-concurrency-asyncawait)
+ - [12. Metaprogramming](#12-metaprogramming)
+ - [13. Attributes](#13-attributes)
+ - [14. Inline Assembly](#14-inline-assembly)
+ - [15. Build Directives](#15-build-directives)
+- [Compiler Support & Compatibility](#compiler-support--compatibility)
+- [Contributing](#contributing)
+
+---
+
## Quick Start
### Installation