Skip to content

Instantly share code, notes, and snippets.

@aymannadeem
Created June 26, 2020 18:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aymannadeem/6002edb23e25cc55811150d756a8a93f to your computer and use it in GitHub Desktop.
Save aymannadeem/6002edb23e25cc55811150d756a8a93f to your computer and use it in GitHub Desktop.
Right
( Module
{ ann =
( Span
{ start = Pos
{ line = 0
, column = 0
}
, end = Pos
{ line = 0
, column = 1
}
}
, Range
{ start = 0
, end = 1
}
)
, extraChildren =
[ R1
( SimpleStatement
{ getSimpleStatement = R1
( R1
( R1
( R1
( R1
( L1
( ExpressionStatement
{ ann =
( Span
{ start = Pos
{ line = 0
, column = 0
}
, end = Pos
{ line = 0
, column = 1
}
}
, Range
{ start = 0
, end = 1
}
)
, extraChildren = L1
( Expression
{ getExpression = L1
( PrimaryExpression
{ getPrimaryExpression = R1
( R1
( R1
( R1
( R1
( R1
( R1
( R1
( R1
( R1
( R1
( L1
( Integer
{ ann =
( Span
{ start = Pos
{ line = 0
, column = 0
}
, end = Pos
{ line = 0
, column = 1
}
}
, Range
{ start = 0
, end = 1
}
)
, text = "1"
}
)
)
)
)
)
)
)
)
)
)
)
)
}
)
}
) :| []
}
)
)
)
)
)
)
}
)
]
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment