spl

a Simple Programming Language
Log | Files | Refs

TORL.md (255B)


      1 - [x] scoped vars
      2 - [ ] arrays
      3     - [x] rt lib with dynamic array stuff
      4     - [ ] ability to cast to an array of bytes
      5 - [ ] strings (arrays of i8s)
      6     - [ ] string lits in lexer
      7     - [ ] making into arrays
      8 - [ ] while loops
      9     - [ ] '!' statement