Breaking Changes
- Expression parameter strings are now delimited by a comma. `get_expression_parameter_string` and `get_string_parameter_string` have been removed from the instruction module. (214)
Features
- Most instruction types are now hashable.
Fixes
- The destination and source are no longer flipped when parsing CONVERT instructions. (226)
- BinaryLogic now has it's own to string implementation (222)