v0.5.0
One more release !
One the menu:
- No more name lookup during evaluation, math objects are directly bound in expressions. Which tremendously improved evaluation speed (now only twice slower than pure C++)
- One single Error struct
- Math objects know their name
- Input variables (to functions) are treated separately from normal variables: during parsing, their name is replaced with their index.
Full Changelog: v0.4.0...v0.5.0