Skip to content

Instantly share code, notes, and snippets.

@mattn
Created January 31, 2017 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattn/0221d5a928ed76bfe7b6496e2c188fee to your computer and use it in GitHub Desktop.
Save mattn/0221d5a928ed76bfe7b6496e2c188fee to your computer and use it in GitHub Desktop.
###########################################################
## Do NOT use this node dump for any purpose other than ##
## debug and research. Compatibility is not guaranteed. ##
###########################################################
# @ NODE_SCOPE (line: 1)
# +- nd_tbl: :a
# +- nd_args:
# | (null node)
# +- nd_body:
# @ NODE_PRELUDE (line: 1)
# +- nd_head:
# | (null node)
# +- nd_body:
# | @ NODE_IF (line: 1)
# | +- nd_cond:
# | | @ NODE_FALSE (line: 1)
# | +- nd_body:
# | | (null node)
# | +- nd_else:
# | @ NODE_IF (line: 1)
# | +- nd_cond:
# | | @ NODE_FALSE (line: 1)
# | +- nd_body:
# | | @ NODE_DASGN_CURR (line: 1)
# | | +- nd_vid: :a
# | | +- nd_value:
# | | @ NODE_LIT (line: 1)
# | | +- nd_lit: 1
# | +- nd_else:
# | (null node)
# +- nd_compile_option:
# +- coverage_enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment