spl

a Simple Programming Language
Log | Files | Refs

TODO.md (318B)


      1 IMPORTANT
      2 =========
      3 
      4 - [x] make casts into real code, should check at the parser level to achieve this
      5 - [x] scoped vars
      6 - [ ] add support for structs and other user aliased types
      7 - [ ] add arrays, along side the start of the rt lib
      8 - [ ] add tupples to allow for multiple return types
      9 - .............................