libdash
libdash copied to clipboard
Use shasta to return python AST objects
Describes the last missing part of https://github.com/binpash/pash/issues/671.
Since shasta is now its own library, we need to make the following changes in libdash:
- Import shasta
- Return proper python ASTs
- Remove the printer since it is now part of shasta