-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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?