Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pmouraguedes/dc269e7feae7999a7aa7ecd32cdd57ed to your computer and use it in GitHub Desktop.
Save pmouraguedes/dc269e7feae7999a7aa7ecd32cdd57ed to your computer and use it in GitHub Desktop.
InspectTree
(program ; [0, 0] - [3, 0]
(statement ; [0, 0] - [0, 17]
(select ; [0, 0] - [0, 8]
(keyword_select) ; [0, 0] - [0, 6]
(select_expression ; [0, 7] - [0, 8]
(term ; [0, 7] - [0, 8]
value: (all_fields)))) ; [0, 7] - [0, 8]
(from ; [0, 9] - [0, 17]
(keyword_from) ; [0, 9] - [0, 13]
(relation ; [0, 14] - [0, 17]
(object_reference ; [0, 14] - [0, 17]
name: (identifier))))) ; [0, 14] - [0, 17]
(statement ; [2, 0] - [2, 44]
(insert ; [2, 0] - [2, 44]
(keyword_insert) ; [2, 0] - [2, 6]
(keyword_into) ; [2, 7] - [2, 11]
(object_reference ; [2, 12] - [2, 15]
name: (identifier)) ; [2, 12] - [2, 15]
(list ; [2, 16] - [2, 26]
(column ; [2, 17] - [2, 19]
(identifier)) ; [2, 17] - [2, 19]
(column ; [2, 21] - [2, 25]
(identifier))) ; [2, 21] - [2, 25]
(keyword_values) ; [2, 27] - [2, 33]
(list ; [2, 34] - [2, 44]
(literal) ; [2, 35] - [2, 36]
(literal))))) ; [2, 38] - [2, 43]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment