Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 647 Bytes

TODO.md

File metadata and controls

27 lines (23 loc) · 647 Bytes

Plan List

In Progress

These tasks are currently underway:

  • Garbage collection mechanism
  • Interfaces
  • Class inheritance
  • Templates
  • Strings
  • Entities
  • Automatic namespace allocation according to folders

Planned

The following items are planned for the near future:

  • Operator overloading
  • Compile-time functions
  • Versioned compilation
  • Basic library
  • Enumerations
  • Non-interrupting exception compilation

Known Issues

  • Incorrect modification of local function values during recursive calls

Optimization

  • Set constants early in load
  • Optimize if statement logic and readability