Module ast

Module 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§

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

Enums§

Character
An element of a CHARACTER property list.
DesignSize
Design size of the font.
ExtensibleCharacter
An element of a VARCHAR property list.
FontDimension
An element of a FONTDIMEN property list.
LigTable
An element of a LIGTABLE property list.
LigTableLabel
Value of a label in a lig table.
Root
A root node in a property list file.