fee 0.2.4

Expression evaluator supporting numeric, logical and bitwise operators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Roadmap

## v0.2.x optimizations and features

- [ ] Add C bindings
- [x] Remove the Infix parsing overhead
- [x] Extend the operator support to include %, logic, comparison and bitwise
- [x] Replaced default Rust hasher with a 80% faster one
- [ ] Ternary operator UwU
- [ ] Support for matrices and vectors

## v0.3

- [ ] WASM/JIT

## v0.4

- [ ] Rust code generator from expressions