Hacker News new | ask | show | jobs
by anaphor 4599 days ago
It's not that difficult to parse s-expressions and generate code, which is what this does.
1 comments

For clarity it's generating a python AST which is an object in python. So it's doing a bit more than just raw syntactic sugar.