| 
		Parsing System (v0.5)
	 
		
		
	 | 
 GoldieLib ReferenceConventions:
	| property | D2-style @property implemented with both getter and setter functions. |  
	| readonly property | D2-style @property, but without a public setter. |  
	| default | This is used in the documentation of enums to indicate which value is
		the default for functions that take the enum as an optional parameter. |   - Includes functionality for when a parsed source contains errors - The main interface to GoldieLib - The main interface for processing parse trees
 |