forked from mkhan45/RustScript
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 2
Post parse validation step #19
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Add a post parse step checking for undefined variable names used when linting. There should be a way to toggle this step on and off, maybe make a new class for this and call a public static
.run()method from theLinter.run()afterParser.parseExprs().