Lichen

tests/operator_syntax.py

309:3a519b510333
2016-12-03 Paul Boddie Fixed int serialisation to string again. Also added maxint and minint accessors.
     1 print 1 == 1                    # True     2 print 1 != 1                    # False     3 print 1 == "one"                # False     4 print 1 != "one"                # True