Skip to content

Instantly share code, notes, and snippets.

@shanecandoit
Created October 1, 2022 03:59
Show Gist options
  • Save shanecandoit/094031ebe7543f291c2a3c2fd5340a54 to your computer and use it in GitHub Desktop.
Save shanecandoit/094031ebe7543f291c2a3c2fd5340a54 to your computer and use it in GitHub Desktop.
read some python code, turn it into an ast, into json, then ...
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shanecandoit
Copy link
Author

shanecandoit commented Oct 1, 2022

turn parens into objects right:Constant{value:2})]
into right:{Constant:{value:2}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment