]> git.saurik.com Git - cycript.git/commit - Library.mm
Made Selector derive from Function, fixed numerability of Instance.{constructor,proto...
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 17 Oct 2009 22:09:55 +0000 (22:09 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 17 Oct 2009 22:09:55 +0000 (22:09 +0000)
commit9e562cfcfa97bb3140f16dd485e9c67d841a3132
tree9670449e9db972b26e00fd193eb331723544d811
parentdc68b74c75a69f269748d1c28bbfa8b20b6d9e9f
Made Selector derive from Function, fixed numerability of Instance.{constructor,prototype,value}, renamed data to internal across-the-board, swapped orderring of ivar iteration to put superclasses first, made Prototype's prototype be the superclasses Prototype, implemented labelled statement serialization, and hammered away at a stupid corner case involving blocks and statment serialization.
Cycript.y
Library.mm
Output.cpp
Parser.hpp
todo.txt