persvr / rql

Resource Query Language
http://www.persvr.org/
268 stars 49 forks source link

Feature request: drop colons in favor of conversion functions #50

Open wshager opened 9 years ago

wshager commented 9 years ago

A colon notation is used for forcing data types like string, integer, boolean, when the same could be achieved by string(), integer(), boolean() etc. Wouldn't conversion functions be more consistent?