- Introduction
- User Guide
- 1. Installation
- 2. Hello, World!
- Reference Guide
- 3. Types
- 3.1. Reference Type
- 3.2. Primitives
- 3.3. Enums
- 3.4. Function Types
- 4. Language Concepts
- 4.1. Structs
- 4.2. Functions
- 4.3. Enums
- 4.4. Interfaces
- 4.5. Pattern Matching
- 4.6. Generics
- 5. Expressions
- 5.1. Control Flow
- 5.2. Loops
- 5.3. Match
- 5.4. Calling and Indexing
- 6. JVM Intergration
- 6.1. Classes and Functions
- 6.2. Problems
- 7. Imports
- 8. Annotations
- 9. Compilation
- 9.1. Build
- 9.2. Run
- Contributors