class documentation
class SyntaxTreeParser: (source)
Responsible to read files and cache their parsed tree.
| Method | __init__ |
Undocumented |
| Method | parse |
Undocumented |
| Method | parse |
Undocumented |
| Instance Variable | ast |
Undocumented |
| Class | _ |
Errors are cached as instances of this class instead of base exceoptions in order to avoid cycles with the locals. |