Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Make AST more compact #43

@evermake

Description

@evermake

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
  • ???

Metadata

Metadata

Labels

astWork related to Abstract Syntax Tree tab

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions