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 an AST can be helpful in many respects -- not only for tooling, but also for expression-level optimizations and even for simplifying the language itself by removing the need for forward declarations. The best case scenario would be to have a compiler-as-a-service that could serve an IDE (with 'smart' syntax highlighting), debugger, profiler, docs generator, etc.
The text was updated successfully, but these errors were encountered:
Using an AST can be helpful in many respects -- not only for tooling, but also for expression-level optimizations and even for simplifying the language itself by removing the need for forward declarations. The best case scenario would be to have a compiler-as-a-service that could serve an IDE (with 'smart' syntax highlighting), debugger, profiler, docs generator, etc.
The text was updated successfully, but these errors were encountered: