dburkart / check-sieve

Syntax checker for mail sieves.
MIT License
34 stars 7 forks source link

Factor out user reporting to a separate API #20

Closed dburkart closed 8 years ago

dburkart commented 8 years ago

Right now, the driver class reports out errors to STDOUT as it goes along. Instead of this, we should add an API to generate our reporting from a relevant parse_result struct.

dburkart commented 8 years ago

Fixed in cbcd3b3