Skip to content

Latest commit

 

History

History
47 lines (46 loc) · 837 Bytes

ROADMAP.md

File metadata and controls

47 lines (46 loc) · 837 Bytes

Roadmap

  • Lexing
  • Parsing
  • Compilation and Virtual Machine
    • Literals
    • Lambdas
    • Quotes
    • Variables
    • Load
    • Variables definition
    • Function calls
    • Builtins calls
    • Enumerations
    • Variants
    • Tuples
    • Pattern Matching
  • Builtins
    • +
    • -
    • *
    • /
    • neg
    • dbg
    • putStr
    • getLine
    • _cmp
    • format
    • show
    • cos
    • sin
    • tan
    • acos
    • asin
    • atan
  • Bytecode {de}?serialzation.
    • Serialization
    • Deserialization
  • Begin shorthand
  • Main function call on file processing.
  • Prelude loader.
  • Documentation
    • Core Library documentation
    • Standard Library documetation
    • Builtins documentation
    • The Complete Orion Book