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
Currently Lithia does not make a real difference between parsing and executing. In order to support any kind of advanced tooling, we need a proper AST structure.
This should also massively reduce the performance hit of function calls as they currently get parsed again.
The text was updated successfully, but these errors were encountered:
Currently Lithia does not make a real difference between parsing and executing. In order to support any kind of advanced tooling, we need a proper AST structure.
This should also massively reduce the performance hit of function calls as they currently get parsed again.
The text was updated successfully, but these errors were encountered: