Open jedel1043 opened 11 months ago
Instead of having an entire pre-parse stage, the scope analysis has been implemented on the AST in #3988. I think pre-parsing is probably not our top priority, as our main performance optimization potential is in the execution time. I would be in favor of closing this.
I think the title is just wrong 🤣 What I probably meant when opening this was a pre-bytecode-compiler phase, which the new AST changes definitely fit within
This should help determine which variables are live at any moment, which will help on the implementation of #3194