Skip to content

431jericho/Python-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors