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
- Host: GitHub
- URL: https://github.com/djc/cs143-python
- Owner: djc
- Created: 2014-05-12T07:35:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-12T07:36:44.000Z (about 11 years ago)
- Last Synced: 2025-02-09T22:29:04.424Z (5 months ago)
- Language: Python
- Size: 121 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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