Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 532 Bytes

todo.md

File metadata and controls

13 lines (12 loc) · 532 Bytes

Todo's List

  1. Add support for the 'if-else-if' statement
  2. Add support for array arguments, assignment
  3. Add support for pointer arithmetics
  4. Add support for stdin readout
  5. Make return statement implicit for void functions and explicit for non-void functions
  6. Extend string operations (CONCAT)
  7. Add floats to the language
  8. Add support for nD arrays
  9. Allow for arras to be passed as arguments without copying them
  10. Add support for Macros
  11. Add support for Structures