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
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.
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.
The text was updated successfully, but these errors were encountered: