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
Tools that are convenient to use from the command line (like code formatters) are likely to use JuliaSyntax and being able to statically compile these would be nice for latency and distribution. This issue is about the work required to get JuliaSyntax to that state.
Right now, using the branch at JuliaLang/julia#55047 together with the following script:
For now, I think using JET and fixing as much as possible is the best way forward. I will play with it a bit and update the post here with some results.
The text was updated successfully, but these errors were encountered:
The error above is fixed by JuliaLang/julia#55424. Hitting some new stuff now but won't spam this issue with updates unless something interesting happens.
Another interesting application is to generate wasm versions of the parser to ship for VSCode extensions and other editors, so that parser services work without an active language server.
Tools that are convenient to use from the command line (like code formatters) are likely to use JuliaSyntax and being able to statically compile these would be nice for latency and distribution. This issue is about the work required to get JuliaSyntax to that state.
Right now, using the branch at JuliaLang/julia#55047 together with the following script:
and the file
the following error is quickly encountered:
For now, I think using JET and fixing as much as possible is the best way forward. I will play with it a bit and update the post here with some results.
The text was updated successfully, but these errors were encountered: