djc / cs143-python

Python parser for CS143 AST serialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Python parser for CS143 AST serialization


Languages

Language:Python 100.0%