-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CSE Machine: Implement two-step block statement evaluation (#1538)
* Implement two step block statement evaluation * push a raw copy instead of modifying the block statement itself * Refactor logic * Restore whitespace for readability * Refactor if-else to use early return instead * Standardize capitalization of comments * Update comment for clarity --------- Co-authored-by: Richard Dominick <[email protected]>
- Loading branch information
1 parent
32b7f64
commit 3dac647
Showing
3 changed files
with
55 additions
and
9 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