dburkart / check-sieve

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

Construct abstract syntax tree in parser #21

Closed dburkart closed 8 years ago

dburkart commented 8 years ago

We should build an abstract syntax tree as we go along, since that will provide us multiple benefits in the long run. Once we have that, we can move much of the verification code into that, and it will make things like testing a sieve against e-mail possible.

dburkart commented 8 years ago

Resolved in 38a20cbaf..fb1944214d