tlapm icon indicating copy to clipboard operation
tlapm copied to clipboard

ENH: convert syntax tree to JSON

Open johnyf opened this issue 4 years ago • 4 comments

These changes serialize the abstract syntax tree as JSON.

johnyf avatar Sep 28 '21 14:09 johnyf

@johnyf do you think something like this would be better implemented by sticking PPX macros onto our data structures?

ahelwer avatar Dec 04 '24 21:12 ahelwer

Not sure about PPXs. It may be simpler to have an implementation as a function.

johnyf avatar Dec 05 '24 14:12 johnyf

This seems like useful functionality I'd like to play around with, would you be able to rebase and fix the conflicts?

P.S. what does ENH stand for?

ahelwer avatar Dec 05 '24 14:12 ahelwer

I will try to rebase the changes. The prefix "ENH" stands for "enhancement" (in the sense of a new feature), and is among acronyms listed in numpy's documentation https://numpy.org/doc/stable/dev/development_workflow.html#writing-the-commit-message.

johnyf avatar Dec 06 '24 10:12 johnyf