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
If @retailcoder can do it then so can I. And in fact, it would be useful to have it.
At the moment I need to run the code in order to analyze it, with an AST, the code could be analyzed and simplified, and hints/warnings/errors shown without the code being executed.
This could also have major impact on the core code, as data structures can be changed and code could run faster.
An important question is: Should each token know its span to be shown in the IDE?
The text was updated successfully, but these errors were encountered:
If @retailcoder can do it then so can I. And in fact, it would be useful to have it.
At the moment I need to run the code in order to analyze it, with an AST, the code could be analyzed and simplified, and hints/warnings/errors shown without the code being executed.
This could also have major impact on the core code, as data structures can be changed and code could run faster.
An important question is: Should each token know its span to be shown in the IDE?
The text was updated successfully, but these errors were encountered: