# Roadmap
## v0.2.x optimizations and features
- [ ] Add C bindings
- [x] Remove the Infix parsing overhead
- [ ] Study the performance impact of using function in the expressions
- [ ] Study the possibility of multithreading to improve performance
- [x] Extend the operator support to include %, logic, comparison and bitwise
- [ ] Ternary operator UwU
- [ ] Support for matrices and vectors
## v0.3
- [ ] WASM/JIT
## v0.4
- [ ] Rust code generator from expressions