# Lady Deirdre Macros Crate This is a helper crate for the [main crate](https://crates.io/crates/lady-deirdre) of Lady Deirdre, compiler front-end foundation technology. The derive macros in this crate offer default implementations for the Token (lexical scanner), Node (syntax parser), and Feature (semantic object) traits used by the main crate. ## Links - [Source Code](https://github.com/Eliah-Lakhin/lady-deirdre) - [Main Crate](https://crates.io/crates/lady-deirdre) - [API Documentation](https://docs.rs/lady-deirdre) - [User Guide](https://lady-deirdre.lakhin.com/) - [Examples](https://github.com/Eliah-Lakhin/lady-deirdre/tree/master/work/crates/examples) - [License Agreement](https://github.com/Eliah-Lakhin/lady-deirdre/blob/master/EULA.md) ## Copyright This work is proprietary software with source-available code. To copy, use, distribute, or contribute to this work, you must agree to the terms and conditions of the [General License Agreement](https://github.com/Eliah-Lakhin/lady-deirdre/blob/master/EULA.md). For an explanation of the licensing terms, see the [F.A.Q.](https://github.com/Eliah-Lakhin/lady-deirdre/tree/master/FAQ.md) Copyright (c) 2024 Ilya Lakhin (Илья Александрович Лахин). All rights reserved.