1. Introduction
  2. Getting Started
    1. Installing KSL
    2. Configuring KSL
  3. Tutorials
    1. Hello World in KSL
    2. If Statement
    3. For Loops
    4. While Loops
    5. Rock, Paper, Scissors
  4. Comments
  5. Understanding Types
    1. Integers
    2. Floats
    3. Booleans
    4. References
    5. Others
  6. Variables
  7. Expressions
  8. Functions
    1. Definition
    2. Returns
    3. Attributes
    4. Inline Calls
  9. Conditionals
  10. Loops
    1. For
    2. While
  11. Type Casting
  12. Function Attributes
    1. Entry
    2. No Fail
  13. Libraries
    1. Import
    2. Links
  14. Namespaces
  15. FFI Concepts
  16. Standard Library
    1. IO
    2. FS
    3. ENV
    4. MATH
    5. RANDOM
  17. KSL Language Standard
    1. using
    2. if/else if/else
    3. while
    4. for
    5. templates
    6. function
    7. casting
  18. Compiler Internals
    1. Compiling the Compiler
    2. Compiling KSL-STDLIB
    3. Name Mangling Convention
    4. What is fractstrike
    5. Expression Semantics
    6. Error Codes