Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 469 Bytes

TODO.md

File metadata and controls

26 lines (23 loc) · 469 Bytes

TODO List

Overview

  • Lexer

  • Parser

  • Compiler (in progress)

  • VM (in progress)

  • Data Types

    • Integers
    • Floats
    • Strings & Atoms
    • Booleans
    • Null & Empty
    • Lists
    • Objects
  • Basic Arithmetics

  • Global & Local Variables

  • Functions

  • Match Expression

  • Modules

  • Error Handling

  • Try Expression

  • Macros (in progress)

  • Standard Library