Skip to content

Convert Code Folding from Tokens to use the AST (Target v2.0) #813

Closed
@glennsarti

Description

@glennsarti

The AST contains the most correct version of how a script is interpreted. This includes regions of text. Currently the code folder only uses the Tokens which requires the folder to re-implement some of the AST behaviour e.g. matching token pairs for arrays etc.

The code folder should be implemented using as much of the AST as possible and then some performance metrics to ensure that the using the AST doesn't take longer than with tokens only.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions