Closed EdwarDDay closed 11 years ago
Here is a proposal for an interface for the semantic analyser:
interface SemanticAnalyser{ void setReportLog(ReportLog log); AST analyse(AST ast); }
Here is a proposal for an interface for the semantic analyser: