Commit Graph

19 Commits

Author SHA1 Message Date
Darryl Pogue
9924eb9d0d Work on try/except/finally statements.
The last time I tried this the monkey didn't survive. Let's hope it works better this time.
2011-01-02 05:13:46 -08:00
Darryl Pogue
eebd941e61 More clean ups for if statements. 2011-01-02 02:51:23 -08:00
Darryl Pogue
f1205548e5 Add raise, break, continue, and a hacky attempt at for loops.
for loops currently generate a core dump.
2011-01-01 02:31:31 -08:00
Darryl Pogue
b25baeaf4f Try to clean up the FastStack issues. 2010-12-30 16:48:59 -08:00
Darryl Pogue
bc0b93c632 Clean up the ASTree code a bit 2010-12-24 23:34:05 -08:00
Darryl Pogue
345544d7da if/elif/else statements using ASTBlocks 2010-12-24 20:25:55 -08:00
Darryl Pogue
427e05be12 Messy start to try/except/finally blocks 2010-12-21 23:41:56 -08:00
Darryl Pogue
6d0fbcf522 Add basic node type for blocks 2010-12-20 22:58:44 -08:00
Darryl Pogue
90bfaad7d0 Fixed imports, and restructured ifs to be "code blocks" 2010-09-07 21:32:34 -07:00
Darryl Pogue
814475960e Merge with Zrax's fancy magic mapping stuff :D 2010-09-04 23:53:38 -07:00
Darryl Pogue
6fb01bbbf6 Much better handling of if/else statements. 2010-09-04 23:51:22 -07:00
Michael Hansen
ea615df200 Remove subscript binary op fragments since this had a dedicated node type 2010-09-03 21:56:29 -07:00
Darryl Pogue
6f67603858 Oh, I fail so much >.< Make it compile. 2010-08-31 23:22:26 -07:00
Darryl Pogue
49c15b324c Updates to make progress. Progress is good. 2010-08-31 23:17:38 -07:00
Michael Hansen
7bb356d00a Improved output formatting, and added more instruction support 2009-08-03 23:13:50 +00:00
Michael Hansen
17f962e9f1 Various formatting fixes and more code support 2009-07-27 08:42:59 +00:00
Michael Hansen
835b391979 Decompyles classes and imports 2009-07-27 03:00:55 +00:00
Michael Hansen
03042b7e23 Decoding simple files with functions and assignments is now possible 2009-07-27 00:23:49 +00:00
Michael Hansen
b89ae8b2ac A little bit of code support now 2009-07-26 10:07:13 +00:00