1. Introduction
  2. 1. Contents of book
    1. 1.1. What is ellie
    2. 1.2. File Extensions
    3. 1.3. EllieC
    4. 1.4. EllieVM
    5. 1.5. EllieFMT
    6. 1.6. Lia - The package manager
  3. 2. Lia
    1. 2.1. Installation
    2. 2.2. Usage
      1. 2.2.1. Creating new project
      2. 2.2.2. Installing packages
      3. 2.2.3. Installing features
      4. 2.2.4. Publishing packages
      5. 2.2.5. Building packages
      6. 2.2.6. Running packages
      7. 2.2.7. Running tests
      8. 2.2.8. Formatter
      9. 2.2.9. Global Registry
    3. 2.3. Lia Deep Dive
  4. 3. FFI
  5. 4. Syntax
    1. 4.1. Keywords
    2. 4.2. Short Type
    3. 4.3. Types
    4. 4.4. Variables
    5. 4.5. Functions
    6. 4.6. Classes
    7. 4.7. Imports
    8. 4.8. File Keys
    9. 4.9. Getter / Setter
  6. 5. Deep Dive
    1. 5.1. Building Ellie
    2. 5.2. Run Stages
      1. 5.2.1. Tokenizer Module
  7. 6. ByteCode
    1. 6.1. Instructions
    2. 6.2. Instruction OpCodes

EllieDocs

Formatter

todo