Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 462 Bytes

todo.md

File metadata and controls

12 lines (11 loc) · 462 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. Add support for Macros
  10. Add support for Structures