dburkart / check-sieve

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

Move all verification code into abstract syntax tree #29

Closed dburkart closed 8 years ago

dburkart commented 8 years ago

Once we start constructing an abstract syntax tree, all of the verification code should be moved there. This will greatly clean up the parser code (and will be more powerful in the long run).

This depends on issue #21.

dburkart commented 8 years ago

Implemented in eecf290951..42d54aed7