summaryrefslogtreecommitdiff
path: root/BCT/BCT.vsmdi
Commit message (Collapse)AuthorAge
* Added the factory pattern so that all traversers are created through factory ↵Gravatar mikebarnett2010-06-16
methods. This is the beginning of allowing plugins to perform methodology-specific translations. Added a CLR traverser that is meant to encode the CLR semantics. For now it just does one thing: add the assertion that a divisor should not be zero. Added an MS Test project so that we can use that for regression testing.