Expand description
Orchestrator: lex -> parse -> transform -> codegen pipeline plus a
multi-file engine that processes whole collections per a velite-style
config. See [Compiler::compile] for single-source use; Engine::run
for batch builds.
Re-exports§
pub use engine::Engine;
Modules§
- ast
- cli
- engine
- loaders
- Per-extension loaders: bytes ->
Loaded { data, content }for schema validation.MatterLoaderruns the full mdx compile;YamlLoader/JsonLoaderparse data files directly.
Functions§
- parse
- Lex + parse
sourcein one shot, dropping all diagnostics. Convenience for tests + theparsebin; production callers should construct their ownDiagnosticEngine.