Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 713 Bytes

File metadata and controls

18 lines (16 loc) · 713 Bytes

Todo.md

This file mainly outlines the goals to be completed for each version of SakuraE. When all goals under a version are completed, that version is considered fully developed.

SakuraE 0.0.1

Todo List:

  • Variable definition and assignment
  • Implementation of arrays and strings
  • Implementation of struct and impl
  • Function definition and invocation
  • Complete type support, support for complex literals
  • Pointers and reference types
  • Complete runtime support
  • GC system
  • Variadic parameters
  • More control flow statements (break, continue, repeat, match, etc.)
  • Explicit type conversion
  • Support for the typeof keyword and the TypeInfo struct.