A Sass compiler written natively in Rust.
Incomplete!!!! To see current progress:
cargo build
Last run I did was 335 passing and 4164 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:
$ RUST_LOG=sassers=debug cargo test -- --nocapture evaluator::tests::it_subtitutes_variable_values