| 
 | 
 | ||||||||||||||||
This class parses a raw user configuration and returns a vector of nodes.
Each node will normally relate to a single statement. The vector of nodes reflects all the statements present.
| typedef vector<Node*> Nodes | Nodes | 
| Nodes*  parse (const string& text) | parse | 
Parameters:
| text | Configuration to parse. | 
Returns: the parse-tree of the configuration. Null on error.
| string  last_error () | last_error | 
This should be called if parse returns null.
If parse is successful, the value of last_error is undefined.
Returns: the last error of the parse.