abstract class $PARSE
****
The stage in which all files are parsed and tree forms built. This stage catches both syntactic errors and multiply defined classes. This interface allows parsing to occur lazily, as the trees are first requested.


Descendants
PARSE



Public


Features
parse(f:STR);
tree_for(nm:IDENT, num:INT):AS_CLASS_DEF;