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.
- Decimal
U8 - A
u8that is output in decimal when lowering the AST to a CST. - Parameter
Number - Single
Value - Value of a leaf node in the AST that contains a single piece of data.
- Tuple
Value - Value of a leaf node in the AST that contains two pieces of data.
Enums§
- Character
- An element of a
CHARACTERproperty list. - Design
Size - Design size of the font.
- Extensible
Character - An element of a
VARCHARproperty list. - Font
Dimension - An element of a
FONTDIMENproperty list. - LigTable
- An element of a
LIGTABLEproperty list. - LigTable
Label - Value of a label in a lig table.
- Root
- A root node in a property list file.