Skip to main content

Module parsing

Module parsing 

Source
Expand description

Parsing stack for STTP lexical analysis and node parsing.

Also owns the write-side document builder (canonical render counterpart).

Re-exports§

pub use document_builder::SttpContentSlice;
pub use document_builder::SttpDocument;
pub use document_builder::SttpDocumentBuildError;
pub use document_builder::SttpDocumentBuilder;
pub use document_builder::SttpDocumentMetadata;
pub use sttp_node_parser::SttpNodeParser;

Modules§

ast
document_builder
Fluent STTP document construction with shallow content-layer merge.
lexer
lexicon
state_machine
sttp_node_parser