Skip to content

Investigate converting to using the AST tree entirely, or at least partially #13

@portante

Description

@portante

Using the AST tree might simplify the code (removing all kinds of pattern matching we do today on the CST tree) and allow additional features not possible with the CST tree.

It might also speed up the processing of source files (or not).

This is a place holder for tracking the pros and cons of making that switch. It should be noted that such a switch should have a significant enough benefit to out weigh any destabilization of the code in the mean time.

See also Issue #12.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions