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
- An element of a
CHARACTER
property list. - Design size of the font.
- An element of a
VARCHAR
property list. - An element of a
FONTDIMEN
property list. - An element of a
LIGTABLE
property list. - Value of a label in a lig table.
- A root node in a property list file.