You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2023. It is now read-only.
Abstract Syntax Tree representation of the code must look more compact, so that more nodes will take less space and short programs will fit into one screen.
The following "tactics" can be applied:
Include Identifier that goes after . in MemberExpression into this MemberExpression node
Join repeated BinaryExpression horizontally
Include function name identifier into function declaration node