AstParser class.
More...
AstParser class.
AstParser is used for parsing an AST tree of a Qore source file.
- Since
- Qore 0.8.13
◆ getDiagnostics()
*list astparser::AstParser::getDiagnostics |
( |
| ) |
|
Get diagnostics.
- Returns
- list of diagnostic hashes
◆ getErrorCount()
int astparser::AstParser::getErrorCount |
( |
| ) |
|
Get parse error count.
- Returns
- error count
◆ parseFile()
Parse file.
- Parameters
-
filename | file's name including path |
- Returns
- parsed AST tree
◆ parseString()
Parse string.
- Parameters
-
- Returns
- parsed AST tree
The documentation for this class was generated from the following file: