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
At the very least we can incrementally update the token list without re-parsing the entire doc.
Whether this speedup is worth it, idk. We could bring in my ltreesitter module to do this, but then theres the issue of translating the cst that tree-sitter generates to an ast that tl understands, which might not be worth it.
We could get a real speedup if we could figure out a way to incrementally update the type checking environment instead of regenerating it each time
The text was updated successfully, but these errors were encountered:
At the very least we can incrementally update the token list without re-parsing the entire doc.
Whether this speedup is worth it, idk. We could bring in my
ltreesitter
module to do this, but then theres the issue of translating the cst that tree-sitter generates to an ast thattl
understands, which might not be worth it.We could get a real speedup if we could figure out a way to incrementally update the type checking environment instead of regenerating it each time
The text was updated successfully, but these errors were encountered: