1. Introduction
  2. Language features
    1. Name bindings
    2. Functions
    3. Primitives
    4. 🚧 Control flow
    5. 🚧 Operators
    6. 🚧 Types
    7. Structs and enums
    8. Modules and visibility
    9. Patterns
    10. Traits and implementations
    11. Type functions
    12. 🚧 Memory management
    13. 🚧 Macros
  3. Standard library
  4. Interpreter
    1. Interpreter options
    2. Compiler backends
  5. Advanced concepts
    1. Compiler internals
      1. Loop transpilation
      2. If statement transpilation
      3. Type inference
    2. Future features