An open API service indexing awesome lists of open source software.

https://github.com/djc/cs143-python

Python parser for CS143 AST serialization
https://github.com/djc/cs143-python

Last synced: 3 months ago
JSON representation

Python parser for CS143 AST serialization

Awesome Lists containing this project

README

        

Python AST Parser
=================

The `ast` module in this repository provides a Python (2.7) parser and
representation for the AST serialization used in the `CS143 Compilers`_
course, which is also available `on Coursera`_. I've also written about
`my experience`_ with the course.

.. _CS143 Compilers: https://class.stanford.edu/courses/Engineering/CS143/Spring2014/about
.. _on Coursera: https://www.coursera.org/course/compilers
.. _my experience: http://dirkjan.ochtman.nl/writing/2012/07/21/compilers-on-coursera.html