Test script ``` #!/usr/bin/python2 import pythonect print pythonect.parse('"asdf" -> print'), ``` Results with 0.5.0: ``` $ ./test.py [[['->', '"asdf"'], [None, 'print_']]] ``` Results with 0.6.0: ``` $ ./test.py ```