AST
Norg.AST — ModuleThis module defines the Abstract Syntax Trees (AST) associated with the norg format.
Norg.AST.Node — TypeAn AST Node has a kind (e.g. Bold), can have children Nodes, and refer to tokens in the token array.
Norg.AST.NorgDocument — TypeStores the Abstract Syntax Tree (AST) for a Norg document. It implements the AbstractTrees.jl interface.