Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 531 Bytes

todo.md

File metadata and controls

21 lines (20 loc) · 531 Bytes

TODO

  • Extensive Refactoring
    • Shorten names
    • Use enum instead of using trait+downcast_ref
  • Implement typing system
    • System for checking castable and operatable
    • Casting between integer types
    • Operation between integer types
  • Statements
    • elif
    • while
    • for
  • Re-design the language specificiation
  • Array
  • Pointer
  • Standard Library
    • Input and output
  • Misc
    • Change the way Literal works
    • Better error/warning message