quoth 0.2.0

Quoth is a scannerless (no-lexing), developer-friendly parsing library for implementing DSLs and syntax parsers in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -ex
cargo test --workspace --all-features
cargo check --workspace --all-features
cargo test --workspace
cd quoth-macros
cargo publish
cd ..
cargo publish