ripsaw is a simple and largely functional scripting language for data transformation, forked from VRL.
To run all unit-level tests, use cargo test --workspace or cargo nextest run --workspace
To run the language test harness, open the lib/tests directory and run cargo run
Run both with make test