Norg.jl
  • Home
  • Specification
  • Internals
    • How parsing works
      • Kinds
      • Tokens
      • Scanners
      • Match
      • Parser
        • Codegen
          • HTMLCodegen
          • JSONCodegen
Version
  • AST
  • AST
Edit on GitHub

AST

  • Norg.AST.Node
  • Norg.AST.NorgDocument
Norg.AST — Module

This module defines the Abstract Syntax Trees (AST) associated with the norg format.

source
Norg.AST.Node — Type

An AST Node has a kind (e.g. Bold), can have children Nodes, and refer to tokens in the token array.

source
Norg.AST.NorgDocument — Type

Stores the Abstract Syntax Tree (AST) for a Norg document. It implements the AbstractTrees.jl interface.

source

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.23 on Tuesday 19 September 2023. Using Julia version 1.9.3.