Reimplementation of Scansion in Rust
Find a file
Maxime “pep” Buquet 6bdc20bc53 Provide scansion namespace for minidom::Element
It went undetected until now as these attributes only seem to be on
child elements which aren't parsed yet. Not having this NS available
should cause issues though when the user explores the element.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-01-13 18:29:57 +01:00
examples Example/spec: Allow folders to be specified 2023-01-11 18:09:28 +01:00
src Provide scansion namespace for minidom::Element 2023-01-13 18:29:57 +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 Add nom-locate, ground for more detailed errors 2023-01-11 23:22:31 +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.