Skip to content

plivox/sieve-parser

Repository files navigation

Sieve Parser

build crates.io docs.rs License: AGPL v3

Sieve Parser is a fast parser and AST exporter implemented in Rust for the Sieve language.

Quick start for development

Read and follow the instructions in Developing inside a Container.

Build

make build

Usage (CLI)

With -f|--file argument:

sieve-parser --file resources/assets/tricky-rule1.sieve

With stdin:

cat resources/assets/tricky-rule1.sieve | sieve-parser

or sieve-parser < resources/assets/tricky-rule1.sieve

Testing

cargo test

License

Sieve Parser is distributed under AGPL-3.0-only.

About

Sieve Parser is a fast parser and AST exporter for the Sieve language.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors