fasteval
Fast and safe evaluation of algebraic expressions
File Explorer
Download Latest Version (.zip)- fasteval-compiled-unsafe.png
- fasteval-compiled.png
- fasteval-interp-unsafe.png
- fasteval-interp.png
- bench.py
- bench.rs.tmpl
- tinyexpr.c
- advanced-vars.rs
- compile.rs
- ez.rs
- internals.rs
- ns_btreemap_str.rs
- ns_btreemap_string.rs
- ns_cachedcallbacknamespace.rs
- ns_callback.rs
- ns_emptynamespace.rs
- ns_vec_btreemap_string.rs
- repl.rs
- scientific-microwave-ti-mw-83-plus.jpg
- simple-vars.rs
- slab.rs
- unsafe-vars.rs
- compiler.rs
- error.rs
- evaler.rs
- evalns.rs
- ez.rs
- lib.rs
- parser.rs
- slab.rs
- compile.rs
- eval.rs
- evalns.rs
- ez.rs
- from_3rd.rs
- from_go.rs
- parse.rs
- .gitignore
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/likebike/fasteval
Downloads the entire project code from GitHub to your computer.
cd fasteval
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
github.com/likebike/fasteval$ rlwrap cargo run --release --example repl
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
