Module hime_redist::ast

source ·
Expand description

Module for Abstract-Syntax Trees

Structs

  • Represents a simple AST with a tree structure The nodes are stored in sequential arrays where the children of a node are an inner sequence. The linkage is represented by each node storing its number of children and the index of its first child.
  • Represents a cell in an AST inner structure
  • Represents a family of children for an ASTNode
  • Represents and iterator for adjacents in this graph
  • Implementation of a simple AST with a tree structure The nodes are stored in sequential arrays where the children of a node are an inner sequence. The linkage is represented by each node storing its number of children and the index of its first child.
  • Represents a node in an Abstract Syntax Tree
  • Represents a compact reference to an element in a table

Enums