Using Pynie
- Run a Python program
$ ./pynie hello.py
- Run Pynie's test suite
$ setup.py test
- Display parse tree
$ ./pynie.pbc --target=parse hello.py
- Display abstract syntax tree
$ ./pynie.pbc --target=past hello.py
Pynie | Python on Parrot | #22 |
$ ./pynie hello.py
$ setup.py test
$ ./pynie.pbc --target=parse hello.py
$ ./pynie.pbc --target=past hello.py
Copyright © 2009 http://www.pmichaud.com/2009/pres/ |