16 Commits (ac86932785f531418ec3fbbfb20013db5aac5a94)

Author SHA1 Message Date
gereon ac86932785 Fixed renaming: Command names were not considered. 12 years ago
gereon 4222130524 Fixed a few more bugs in clone() of various Expression classes and some in the module renaming. 12 years ago
gereon 1878962dea Fixed another nullptr, removed shared_ptr for Update and Command objects. 12 years ago
gereon 152bcd2f20 Porting Program datastructures to use shared_ptr (at least for the moment...) 12 years ago
gereon e55fca3836 Implemented module renaming. 12 years ago
gereon 845af3f12e Added actionMap to Program, added set of actions to Module and Program. 12 years ago
gereon 00ce70d411 Added actionsToCommandIndexMap, initialization and getter. 12 years ago
dehnert 4d813999e3 Backup commit. On my way of buidling appropriate BDDs. 12 years ago
dehnert d414b93bad Added some functionality to IR. Introduced case distinction for boolean/integer assignments in updates. Started writing an IR adapter. 12 years ago
dehnert 50f891b9f2 Removed some unnecessary boost stuff from IR expressions. Separated header and source file for all non-expression IR entities (expressions are still to come). Added comments for these classes. 12 years ago
dehnert a82c8b3153 Moved implementation of PrismParser completely to source file. Fixed some minor things in IR classes. 12 years ago
dehnert f52201466c Parsing labels works now. 12 years ago
dehnert a44da7d50a Commit to switch workplace. 12 years ago
dehnert f7194a416d Cleaned IR classes a bit and made attributes private. Changed grammar rules accordingly. 12 years ago
dehnert b381321653 Added more classes to IR. Extended PRISM-format parser. 12 years ago
dehnert a4b7b27829 Added parsing support for expressions. Now working on parsing probabilistic programs. 12 years ago