( managed using todo-md )
- general
- replace
num
withint
, and addfloat
- add
num
back, but for parameters/returns which can be eitherint
orfloat
. - add return type to submodules
- replace
- parser
- submodule
- calling subs in submodules
- calling subs with named parameters
- submodule
- 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