- 564541f feat: add optional caching of params and constants (#25) by Patrick Boyd · 8 months ago master v1.10.0
- c3b6ea2 feat: add golangci-lint config and update CI linter job (#23) by yxrxy · 9 months ago v1.9.0
- 4be17cb feat: fix lint issues and go fmt files (#21) by Patrick Boyd · 10 months ago v1.8.0
- d795199 feat: Add Sample Locking + Massive Parallel test (#15) by Patrick Boyd · 12 months ago v1.7.0
- df0c938 feat: fix handling multi-byte characters both before and after single byte (#19) by Patrick Boyd · 12 months ago v1.6.0
- 358dbb2 feat: fix unicode var bug by handling multi-byte characters before single byte characters in input (#17) by Patrick Boyd · 12 months ago v1.5.0
- 4697815 feat: reduce memory allocs to optimize performance (#13) by Patrick Boyd · 12 months ago v1.4.0
- 31caa3f feat: support single element array in "IN" (#12) by Arthur · 1 year, 4 months ago v1.3.0
- 00136f1 feat: fix nil pointer panic for type map (#9) by Taron · 1 year, 10 months ago v1.2.0
- 9617456 fix: cast values of numeric arrays to float64 (#7) by abichinger · 2 years, 5 months ago v1.1.1
- 97e0ed2 feat: support map as parameter (#1) by abichinger · 2 years, 5 months ago v1.1.0
- 48fcb5a feat: add github action and semantic-release (#6) by abichinger · 2 years, 5 months ago v1.0.0
- b858943 docs: update README (#4) by abichinger · 2 years, 5 months ago
- 9aa4983 added felixonmars and sambonfire to contributors by George Lester · 9 years ago
- 251b387 Made sure booleans work with revised function call logic by George Lester · 9 years ago
- d52ebdc Merge pull request #76 from bonfirestudios/param-convert by George Lester · 9 years ago
- 74a069a added test to look for Java EL ambiguity by George Lester · 9 years ago
- a40e359 Merge pull request #80 from felixonmars/patch-1 by George Lester · 9 years ago
- 0f76ef9 Merge pull request #78 from abrander/support-float32 by George Lester · 9 years ago
- afaf43a Fix typos in evaluation_test.go by Felix Yan · 9 years ago
- d92edcc Removed unused isFixedPoint(). by Anders Brander · 9 years ago
- 4e6a306 Renamed castFixedPoint() to castToFloat64(). by Anders Brander · 9 years ago
- 1039a33 Added test for float32/float64 input. by Anders Brander · 9 years ago
- a01de36 Added support for float32 input types. by Anders Brander · 9 years ago
- b97663e Added type conversion for function input arguments by Sam Christiansen · 9 years ago
- aa73cfd Merge pull request #74 from bonfirestudios/master by George Lester · 9 years ago
- 8111bb7 - fix methods on pointer types by Sam Christiansen · 9 years ago
- 98a86b9 Merge pull request #72 from yeka/master by George Lester · 9 years ago
- afa202f Adding report card and coverage info. Also, the change the badge for godoc with a more shiny one by Yakub Kristianto · 9 years ago
- 89a078c fmt by George Lester · 9 years ago
- 62e9050 Fixed hex literal support, added more tests by George Lester · 9 years ago
- 93a54c2 Updated api-break link to use gopkg.in version format by George Lester · 9 years ago
- beae3c7 Fixed bug where nil parameters would cause panic, and fixed test for that case so that it accurately tests it by George Lester · 9 years ago
- ecff4ee added gautambt to contributors by Knetic · 9 years ago
- 5b5c42f Merge pull request #64 from gautambt/hex-literal-parsing by George Lester · 9 years ago
- 5d6d46b trying again to get travis to run tests on 1.4 with no coverage by Knetic · 9 years ago
- d970010 Add support for paring hex literals by Gautam BT · 9 years ago
- 6f13716 temporarily disabled coverage formatting, so that travis isnt failing anymore by George Lester · 9 years ago
- 115b4f5 added a test to make sure hex literals arent supported (can ofc be removed if they end up being supported) by George Lester · 9 years ago
- 31678da Made accessors work with struct pointers by Knetic · 9 years ago
- 91facc4 added one more test for parameters and clauses by George Lester · 9 years ago
- 9b61aab Added benchmarks for accessors by George Lester · 9 years ago
- e484077 added parse-time unexported accessor check by George Lester · 9 years ago
- 3518712 added more safety around panic cases when using parameter accessors by George Lester · 9 years ago
- b40ed7e added a number of failure cases and hanging-accessor handling by George Lester · 9 years ago
- 11cfab2 made nested parameters work with numerics by George Lester · 9 years ago
- 2aa0dd0 first-pass of working nested parameter calls by Knetic · 9 years ago
- f6bb06a Properly handle modifiers/comparators after accessors, even when the accessor is a function call by Knetic · 9 years ago
- b328eb8 added tests for args and errors by George Lester · 9 years ago
- 2d87532 working one-return no-param method calls by George Lester · 9 years ago
- f9296ab Parsing for accessors by George Lester · 9 years ago
- ed428fc Fixed bug where modifiers next to square bracketed parameters without whitespace would fail to parse by George Lester · 9 years ago
- d216395 Revised manual to be correct about short-circuiting by Knetic · 9 years ago
- 268aebc Added readme note about using gopkg by Knetic · 9 years ago
- 7ec7932 privatized symbol maps by Knetic · 9 years ago
- 5722010 Privatized error message formats by Knetic · 9 years ago
- eafdb25 Removed unused constants by Knetic · 9 years ago
- 4562210 Privatized operator precedence by Knetic · 9 years ago
- e99e5da Renamed 'GetTokenKindString' to just 'String()' by Knetic · 9 years ago
- a6df80f added bgaifullin to contributors by Knetic · 9 years ago
- fdffabf Merge pull request #57 from bgaifullin/get_rid_of_check by George Lester · 9 years ago
- d534c6b Implemented short-circuit coalesce/ternary by Knetic · 9 years ago
- 9f400ba Implemented AND/OR short-circuit by Knetic · 9 years ago
- e443e79 Removed restriction for using struct and complex in parameters by Bulat Gaifullin · 9 years ago
- f9425c5 added test to look for issues raised by #54 by George Lester · 9 years ago
- 9c9223c added xfennec to contributors by George Lester · 9 years ago
- 8a97b97 Merge pull request #52 from Xfennec/master by George Lester · 9 years ago
- 651728e now parsing dates using system's local time zone by Xfennec · 9 years ago
- 34df01f Added specific error message for function-like grammar failures by George Lester · 9 years ago
- 4598e72 travis just doesn't support >10m builds anymore. Dropping torture iterations and removing other attempts. by George Lester · 9 years ago
- 9fa07c5 trying travis_wait again by George Lester · 9 years ago
- 90dda3c Removed previous travis strategy and made sure torture test still prints a bit. by George Lester · 9 years ago
- ed7f9e9 avoided travis 10m timeout on torture test by George Lester · 9 years ago
- 2fdae8b made torture test a proper test by George Lester · 9 years ago
- 7b3b918 disabling travis go-getting (since this library has no dependencies) by George Lester · 9 years ago
- 98b4eac added abrander to contributors by George Lester · 9 years ago
- 8aa7234 fixed bug with uncomparable types panicking. by George Lester · 9 years ago
- b69c864 Fixed a bug where an expression could start with clause_close by George Lester · 9 years ago
- 6c7a757 Fixed case where panics could occur due to double-optimization of tokens before final grammar check by George Lester · 9 years ago
- c7263a9 added torture tool by George Lester · 9 years ago
- 512277d Added benpaxton to contributors by George Lester · 9 years ago
- 50a86a4 Merge pull request #46 from benpaxton-hf/constant-eliding by George Lester · 9 years ago
- 82f506e Fix panic when eliding invalid constant cases by Ben Paxton · 9 years ago
- 5598166 Yet another logical operator fix, this time abandoning the idea that AND, OR are equal precedence by George Lester · 9 years ago
- 66c7476 Fixed logicalop stage reordering bug, which was almost certainly introduced by a bad test by George Lester · 9 years ago
- 3cc7c7d Removed a bunch of redundant info from the readme that is better explained in the manual by George Lester · 9 years ago
- 36d12fd added dpaolella to contributors by George Lester · 9 years ago
- 6ca4e1e Merge pull request #39 from dpaolella/master by George Lester · 9 years ago
- 376d01a replaced constant value with its name by David Paolella · 9 years ago
- f52e04e added method that returns all variables contained in an EvaluableExpression by David Paolella · 9 years ago
- 725909b Modified benchmarks to work without elision by George Lester · 9 years ago
- c962ce4 Implemented literal eliding by George Lester · 9 years ago
- 9df0b15 Added note about lexicographic compare by George Lester · 9 years ago
- 93f778d Added 'unchecked' mode to expressions by George Lester · 9 years ago
- 62e0e29 Added memory stats to benchmark runs by George Lester · 9 years ago
- dbf779a added prashantv to contributors by George Lester · 9 years ago
- 0d12d7b Moved the functions section to a less obscure place by George Lester · 9 years ago
- b3403e3 Added a real manual on the details of each operator and their usage, and the internals of parameters and functions. by George Lester · 9 years ago
- baf4866 Added more ternary tests by George Lester · 10 years ago
- 8a5a6dc Finally fixed underlying bug with stage reordering, where it would not traverse left branches in a bunch of edge cases by George Lester · 10 years ago