Lichen

tests/operator_syntax.py

335:9e4234566d99
2016-12-06 Paul Boddie Properly fixed the buffer allocation.
     1 print 1 == 1                    # True     2 print 1 != 1                    # False     3 print 1 == "one"                # False     4 print 1 != "one"                # True