-
Notifications
You must be signed in to change notification settings - Fork 36
Home
lozinski edited this page Apr 4, 2012
·
10 revisions
Welcome to the pythonect wiki!
/bin/pythonect
I am trying to figure out what this software does. I find the best way to do it is to document it.
So here goes.
Requires python.
bin/pythonect
This is the top level program. It initializes the command compiler, then either calls PythonectCommandCompiler or Pythonect Compile. Not sure the difference between them.
setup.py Creates a file with the version number, and has general information about the software
pythonect/eval.py
pythonect/lang.py
This defines the print command, and the statement object. You can call a statement to run it.
pythonect/internal/parser.py
pythonect/internal/lexer.py
pythonect/internal/preprocessor.py