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
u8that 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§
- An element of a
CHARACTERproperty list. - Design size of the font.
 - An element of a
VARCHARproperty list. - An element of a
FONTDIMENproperty list. - An element of a
LIGTABLEproperty list. - Value of a label in a lig table.
 - A root node in a property list file.