-
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.
Add comprehensions, tuples, more builtins.
Adds a lot more built-in types; pretty much every safe-looking Python builtin is available now. No support for `pow`/`**` as these allow filling memory too quickly and character-efficiently. Comprehensions can be used in generator expressions and for constructing dicts, lists, and sets. May need to change dict generator output type to GclTuple, but for now, those and `dict()` return normal Python dicts.
- Loading branch information
1 parent
09e2b98
commit 1304679
Showing
3 changed files
with
186 additions
and
18 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