Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 701 Bytes

TODO.md

File metadata and controls

25 lines (23 loc) · 701 Bytes

Todo list

( managed using todo-md )

  • general
    • replace num with int, and add float
    • add num back, but for parameters/returns which can be either int or float.
    • add return type to submodules
  • parser
    • submodule
      • calling subs in submodules
      • calling subs with named parameters
  • translate
    • handle global/local variables
    • handle scope
    • expressions
    • submodule call
    • handle statement
    • submodule definition
    • variable declaration
    • control structures
      • for loops
      • while loops
      • if-then-else statements