Matthias Keiser
Matthias Keiser
### Expected Behavior Some empty dictionaries that have been encoded with `CBOREncoder` throw a type mismatch error when the data is decoded again with `CBORDecoder`. To me this seems like...
Add support for the standard ANSI escape codes (colors only for the time being). See http://en.wikipedia.org/wiki/ANSI_escape_code. Also adds Add Xcode6-Beta compatability.
### Description I found a situation where it seems to me: - a code snippet compiles that shouldn't - when running the the resulting code, it either results in a...