1. 1. Introduction
    1. 1.1. Try Online
  2. 2. Language Spec
    1. 2.1. Overview
    2. 2.2. Primitive Values
    3. 2.3. Struct
    4. 2.4. Enum
    5. 2.5. let
    6. 2.6. Function
    7. 2.7. Dictionary
    8. 2.8. Array
    9. 2.9. Option
    10. 2.10. Tuple
    11. 2.11. Typing
      1. 2.11.1. Types
      2. 2.11.2. Type Annotation
      3. 2.11.3. Type Checking
      4. 2.11.4. Natural Cast
      5. 2.11.5. Union Types
    12. 2.12. as-cast
    13. 2.13. blocks
    14. 2.14. operators
    15. 2.15. Modules
  3. 3. Tools
    1. 3.1. cuminc
    2. 3.2. cumin-py

cumin spec

Tools