v0.1.24: Add primitive type conversion. (#240)
The convert operator now supports converting from primitive types into String, Number, Binary and Bool. This can helps comparing primitive values to other concrete types, for instance checking for greater than or boolean truth.