Skip to main content

Module op

Module op 

Source

Structs§

Op
A single operation in the intermediate representation between lexer tokens and the final Yamd AST.

Enums§

Content
Text content extracted from the source input.
Node
Identifies which AST node type an Op refers to.
OpKind
Describes the role of an Op in the operation stream.

Functions§

parse
Parses markdown source text into a flat operation stream.
to_yamd
Converts an operation stream into the final Yamd AST.