Skip to content

v0.4.0 Release

Compare
Choose a tag to compare
@ganigeorgiev ganigeorgiev released this 02 Dec 14:22
· 1 commit to master since this release
  • Added single line comment support: // test. Similar to whitespaces, comments are ignored by fexpr.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).