Lichen

tests/operator_syntax.py

304:e4bad4af5d43
2016-12-03 Paul Boddie Changed the dict implementation to not use native functions or types directly for its representation.
     1 print 1 == 1                    # True     2 print 1 != 1                    # False     3 print 1 == "one"                # False     4 print 1 != "one"                # True