Lichen

tests/operator_syntax.py

339:5c51c957f560
2016-12-07 Paul Boddie Encode type attributes using the original argument from the instruction.
     1 print 1 == 1                    # True     2 print 1 != 1                    # False     3 print 1 == "one"                # False     4 print 1 != "one"                # True