A Sass compiler written natively in Rust.
Incomplete!!!! To see current progress:
cargo buildLast run I did was 205 passing and 4294 failing out of 4499 tests. So yeah, REALLY NOT DONE YET.
Progress bar: [=-------------------]
Sassers follows Sentimental Versioning.
MIT. See LICENSE.
T: Write down into methods instead of returning String all the time to avoid allocating so many timescontext or binding object with nice insertion and accessing methodsTo get debugging statements and run a particular test:
extern crate env_logger; to the test modulelet _ = env_logger::init(); to the particular test function
$ RUST_LOG=sassers=debug cargo test -- --nocapture evaluator::tests::it_subtitutes_variable_values