Module tfm::pl::ast

source ·
Expand description

Abstract syntax tree for property list files

The property list AST is a fully typed representation of a property list file.

Structs

  • Abstract syntax tree for property list files
  • Value of a branch node in the AST.
  • A u8 that is output in decimal when lowering the AST to a CST.
  • Value of a leaf node in the AST that contains a single piece of data.
  • Value of a leaf node in the AST that contains two pieces of data.

Enums