maghoff / bart

A compile time templating language for Rust inspired by Mustache
https://crates.io/crates/bart
MIT License
37 stars 7 forks source link

Fail better when unable to parse #8

Closed maghoff closed 7 years ago

maghoff commented 7 years ago

When encountering invalid input, bart currently produces invalid output instead of failing.