A cross-platform expression parser and evaluator for Lago, supporting multiple programming languages and platforms.
- Rust (latest stable)
- Ruby (for Ruby bindings)
- Node.js (for JavaScript bindings)
- Go (for Go bindings)
This is the core expression parser and evaluator. It is written in Rust and is used by the other bindings.
# Build all components
cargo build -p expression-core
cargo test -p expression-core
This is the Ruby extension for Lago Expression.
See expression-ruby/README.md for more information.
See expression-js/README.md for more information.