forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Helper method: Write all AST's to disk (FuelLabs#3922)
This PR adds a method which iterates over all of the examples in the e2e/should_pass/language directory and then saves the lexed, parsed, and typed ASTs to the users home directory. The motivation for adding this is to make it easy to grep for certain compiler types to inspect their use cases in order to provide the necessary context when working on the traversal modules.
- Loading branch information
1 parent
678415a
commit 13dde2a
Showing
4 changed files
with
106 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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