forked from python/mypy
-
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.
This had to reorganize a lot of the emitters code because the parts outside of Emitter got too complicated and we needed to share code between visit_box and the return result boxing and so forth. NOTE: The tuples have basically nothing supported (indexing does not work and no time to figure out why). However, the code generation and unboxing/inner unboxing IS functional.
- Loading branch information
Showing
6 changed files
with
295 additions
and
157 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
Oops, something went wrong.