Expand description
Provides the core in-memory implementation of the Simple Domain Modeling Language (SDML).
This package also includes the traits used to describe module loading as well as artifact generators.
Modules
- Provides the crate’s Error and Result types as well as helper functions.
- Provides the traits used to define generators, types that convert one or more modules into other artifacts.
- Provides traits for resolving module names to paths, and loading modules.
- Provide the Rust types that implement an in-memory representation of the the SDML Grammar.
- One-line description.
- Contains only string constants for the tree-sitter node types and field names.