Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 327 Bytes

File metadata and controls

7 lines (7 loc) · 327 Bytes

pyxler

  • All functions need a return value (main() returns None)
  • All arguments need a type (self can be named any type)
  • typechecking not extensive
  • use run.py script for running the code
  • symbol tables can be found in symbol_tables/ folder
  • Variables used in a for loop need to be declared before use