3

Python's ast package is the coolest thing I've recently came across. If you're a compiler writer, you can translate your language's source code into python's ast. And your language has instant access to all of the python's libraries.

Comments
Add Comment