Jon Riehl
|
68030d51d1
|
Modified BytecodeFlowBuilder and AddressFlowBuilder to use a named tuple for representing bytecode instructions.
|
2013-06-11 16:44:15 -05:00 |
|
Jon Riehl
|
4837bf194e
|
Moved some utility functions into class methods of the BytecodeFlowBuilder class, and eliminated redundant code in AddressFlowBuilder.
|
2013-06-05 15:28:17 -05:00 |
|
Jon Riehl
|
31119a48d4
|
Modified main routine in llpython.addr_flow to make it easier to determine which code object caused an exception in the translator.
|
2013-06-05 13:48:30 -05:00 |
|
Jon Riehl
|
b5a15a5019
|
Added function to iterate through nested code objects, llpython.opcode_util.itercodeobjs(), and used it in llpython.addr_flow.
|
2013-06-03 19:12:19 -05:00 |
|
Jon Riehl
|
abbf972768
|
Added address flow builder, and type constraint generator.
|
2013-05-21 11:58:26 -05:00 |
|