-
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.
# Pull Request <!-- Provide a general summary of your changes in the title above --> <!-- Optional fields can be removed if not applicable --> ## Description The compiler can now properly handle variable reassignment using the previous value. ## Changes Made We now verify that the variable exists and that it will be within the same scope before redefining it. ## Related Issue <!-- Optional --> Fixes #8 ## Checklist - [x] I have self-reviewed my code - [x] Code follows project's style guidelines - [x] Tests added and passing - [x] Documentation updated (if needed)
- Loading branch information
Showing
4 changed files
with
333 additions
and
1 deletion.
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