Skip to content

Internationalization, Bugfixes, benchmarks

Compare
Choose a tag to compare
@Knetic Knetic released this 09 Jul 15:26
· 210 commits to master since this release

Implemented parsing for >1byte runes everywhere (means the entire utf8 range is open for use)

Fixed panics when using fixed-point parameters during evaluation

Fixed parsing error when parsing variables that contained underscores, such as when using used snake_case.

Fixed bugs which prevented using comparators after a clause, previously expressions like "(2 + 2) >= 4" would fail to parse

Added some benchmarks (go test -bench=.)