v0.4.0 Release
- Added single line comment support:
// test
. Similar to whitespaces, comments are ignored byfexpr.Parse().
- Added global
fexpr.ErrEmpty
variable that can be used to distinguish empty expression parse error (eg. in case there are only whitespaces or comments).