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.
Generate a JSON abi from a
.sw
file (FuelLabs#343)
* first commit * Pass around a JsonABI object. * Creating the JSON abi output. * Complete abi json functionality. * format * Undo the mistakes of past. i.e. type inference means that the JsonABI object cannot be creating during type checking. * More. * Print json to outfile. * Actually output JSON. * Delete unused function. * JSON captures components field. * Basic testing infra. * Actual oracle values. * Format. * Split compile_asm into compile_ast. * Finish merge. * nits * Fix bad merge. * Update oracles. * Missing oracle files. * fmt * rename function. * fix bug * Fix manifest_dir bug. * add missing oracle files
- Loading branch information
1 parent
5418088
commit a3617ef
Showing
98 changed files
with
931 additions
and
258 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,7 @@ members = [ | |
"docstrings", | ||
"forc", | ||
"formatter", | ||
"parser" | ||
, | ||
"parser", | ||
"sway-server", | ||
"test"] | ||
|
||
|
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
Oops, something went wrong.