Skip to content

Instantly share code, notes, and snippets.

@lharri73
Created January 9, 2021 23:36
Show Gist options
  • Save lharri73/35af6020fa25037777ca2e3e53065135 to your computer and use it in GitHub Desktop.
Save lharri73/35af6020fa25037777ca2e3e53065135 to your computer and use it in GitHub Desktop.
Example Function For Abstract Syntax Tree
def something():
c = 1
return 1 + 2 * c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment