m4rw3r / chomp

A fast monadic-style parser combinator designed to work on stable Rust.
Apache License 2.0
243 stars 19 forks source link

Maybe use quickcheck to simplify some tests #33

Closed m4rw3r closed 8 years ago

m4rw3r commented 8 years ago

https://github.com/BurntSushi/quickcheck

m4rw3r commented 8 years ago

Seems like this is not suitable as long as it is not possible to specify specific inputs which need to be tested.