Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 441 Bytes

TODO.md

File metadata and controls

24 lines (18 loc) · 441 Bytes

To do list

High priority

  • string to int/rat/float conversion
  • file IO
  • spaces
  • unicode support

Low priority

  • threading

  • do-while loop

    Instead of regular do-while loop, we allow the while anywhere in the loop, like

    do [ stuff ] while( condition ) [ stuff ]

  • function overloading

  • operator overloading for spaces

  • template-like functions with the `any' keyword

  • alternative for pointers