Comment on Try HyparentComments−anaphor12yIt's not that difficult to parse s-expressions and generate code, which is what this does.−haney12yFor 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.
Comments
It's not that difficult to parse s-expressions and generate code, which is what this does.
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.