-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* quick and dirty scaffolding for stuff to come * quick and dirty scaffolding for stuff to come * tidy up * Edited MyAdapter to return a result * Handled Scopes, edited stack funcs, and finished from_file * Enabled stepping through .futil files * cidr.rs: - Created a struct ProgramStatus which contains an arbitrary type T in cidr.rs - Edited step function to return ProgramStatus adapter.rs: - created a sourcemap and hardcoded ids for reg_seq.futil - Changed next function to adapt to these mappings * made debugger disconnect when program finishes, also cleaned up code * Added NewSourceMap * Slightly edited comments and used cargo fmt * Changed formating to clippy suggestions * More clippy fixes * Feedback changes * Made std_lib path a configuration * Deleted comments --------- Co-authored-by: Griffin Berlstein <[email protected]>
- Loading branch information
1 parent
33b05e7
commit 21c2f7b
Showing
15 changed files
with
449 additions
and
91 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,4 +99,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
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
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.