-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/optimizer: repair unused variable and function removal
- core: new 'Tokens' field for 'Config' structure - core/run: support for parsing '-tokens' cli flag and printing the tokens upon getting this flag - docs: roadmap for optimizer - core/optimizer: new postFix function for appending a random string to a given string - core/optimizer: reorganised Optimiser and Node - core/optimizer: new 'Optimiser.builder' field - core/optimizer: encoutering a new variable or function of the same name stores the previously stored expr.Node with a new key generated with postFix in the counter map - core/optimizer: upon removing a node from the ast the optimizer removes the node from the counter map
- Loading branch information
Showing
6 changed files
with
105 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters