Expand description
The property list (.pl) file format.
| from .pl source code | to .pl source code | from lower level | to lower level | |
|---|---|---|---|---|
fully parsed .pl file (File) | File::from_pl_source_code | File::display | File::from_ast | File::lower | 
abstract syntax tree (ast::Ast) | ast::Ast::from_pl_source_code | ast::Ast::display (TODO) | ast::Ast::from_cst | ast::Ast::lower | 
concrete syntax tree (cst::Cst) | cst::Cst::from_pl_source_code | cst::Cst::display | N/A | N/A | 
Modules§
- Abstract syntax tree for property list files
 - Concrete syntax tree for property list files
 
Structs§
- Data about one character in a .pl file.
 - Helper type for displaying files.
 - Complete contents of a property list (.pl) file.
 - Warning generated while parsing a property list file.
 
Enums§
- Specification for how to display characters when printing property list data.
 - Tag of a character in a .pl file.
 - Kind of parse warning.
 
Constants§
- Maximum number of lig/kern instructions in a property list file.