- 2013-07-26 The obvious Python parser - Constructing Python3 parser. In Haskell, d'oh. Code: https://github.com/hausdorff/pyli
- 2014-02-24 http://abecedarius.tumblr.com/post/77679122389/ouroborospy
- http://abecedarius.tumblr.com/post/79850464139/tail-eaten-well-almost
- 2016-10 Dragon taming with Tailbiter, a bytecode compiler for Python -
http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html
- PyPy
- Shedskin
- Nuitka
- Unladen Swallow
- https://github.com/darius/tailbiter
- https://github.com/lukasmartinelli/py14 - Python to C++ 14 transpiler
ftp://ftp.ntua.gr/mirror/python/sigs/compiler-sig/dev-day-notes.txt
- https://github.com/sdiehl/subpy - Subpy is a library for defining subsets of the Python language and querying ASTs for language-level properties that are specified as sets of features.
- https://github.com/python/typed_ast - Modified fork of CPython's ast module
that parses
# type:
comments. - https://github.com/m-labs/pythonparser - "Parses source code into an AST that is a superset of Python’s built-in ast module".
- https://github.com/lark-parser/lark/blob/master/examples/python3.lark - Python3 grammar for Lark parser.
This list is compiled and maintained by Paul Sokolovsky, and released under Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).