Skip to content

Instantly share code, notes, and snippets.

@CodeDoes
Created June 8, 2018 20:16
Show Gist options
  • Save CodeDoes/f9dc5d9fc742743842cdc1a33ee915ab to your computer and use it in GitHub Desktop.
Save CodeDoes/f9dc5d9fc742743842cdc1a33ee915ab to your computer and use it in GitHub Desktop.
## typeDecl.treeRepr
TypeSection
TypeDef
Ident ident"Tiger"
Empty
RefTy
ObjectTy
Empty
OfInherit
Ident ident"Cat"
Empty
## typeDecl[0].treeRepr
TypeDef
Ident ident"Tiger"
Empty
RefTy
ObjectTy
Empty
OfInherit
Ident ident"Cat"
Empty
## typeDecl[0][2].treeRepr
RefTy
ObjectTy
Empty
OfInherit
Ident ident"Cat"
Empty
## typeDecl[0][2][0].treeRepr
ObjectTy
Empty
OfInherit
Ident ident"Cat"
Empty
## typeDecl[0][2][0][2].treeRepr
Empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment