forked from skulpt/skulpt
-
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.
Make quit() and exit() work Issue skulpt#36
This is Issue 115 in the Google Code repo I did this as a language change making quit() and exit() flow statements. I added a unit test which nicely tests functionality and passes but the parser and symbol table unit tests are unhappy. Either this is a problem in my version of Python or I missed some detail on a step I needed to take other than regentests after adding a new unit test. Thanks in advance for any help/explanation here.
- Loading branch information
Showing
12 changed files
with
1,177 additions
and
956 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Oops, something went wrong.