Reimplementation of Scansion in Rust
Find a file
Maxime “pep” Buquet c522257e8c
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Implement take_until_tags parser to make it slightly more nom idiomatic
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-01-11 15:46:32 +01:00
examples From each according to their ability, to each according to their needs 2023-01-08 10:45:31 +01:00
src Implement take_until_tags parser to make it slightly more nom idiomatic 2023-01-11 15:46:32 +01:00
.gitignore From each according to their ability, to each according to their needs 2023-01-08 10:45:31 +01:00
.woodpecker.yml CI: Use nightly for rustfmt 2023-01-08 21:37:32 +01:00
Cargo.toml parse_send 2023-01-09 16:48:46 +01:00
LICENSE From each according to their ability, to each according to their needs 2023-01-08 10:45:31 +01:00
README.md From each according to their ability, to each according to their needs 2023-01-08 10:45:31 +01:00
rustfmt.toml From each according to their ability, to each according to their needs 2023-01-08 10:45:31 +01:00

Scansion-dsl

Parser for the Scansion project DSL.

License

SPDX: MPL-2.0. See LICENSE file.