1. Introduction
  2. Getting Started
    1. Language
      1. Variables
      2. Logical Operations
      3. Ternary Expressions
      4. Primitives
      5. Arithmetic
      6. WIP - Strings
      7. WIP - Tuples
      8. Maps
      9. WIP - Functions
      10. Type Bounds
      11. Report Variables
      12. Unshared Variables
      13. Shared Variables
      14. Probes
      15. Scripts
    2. Events
    3. Libraries
    4. WIP - Testing
    5. Injection Strategies
  3. Example Use Cases
    1. Branch Monitor
    2. Cache Simulator
    3. Call Graph
  4. Developers
    1. Phases of Compilation
      1. Parse
      2. Verify
      3. Transform AST
      4. Emit
        1. Rewriting
        2. Whamm Engine Interface (wei)
    2. CLI
    3. Extending Providers
    4. Testing
    5. Error Handling
    6. Contributors to Whamm