Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 273 Bytes

TODO.md

File metadata and controls

17 lines (9 loc) · 273 Bytes

Roadmap

  • Pointer, Alloc, Free

  • Array

  • Structs

  • Function overloading (name, number of parameters, type of parameters)

  • Vector

  • String / Printing

  • Fix recursion example. Get return type of non recursive return and use as override. Ignore recursive return.