Process binary expressions.

This commit is contained in:
Roberto Raggi
2010-11-30 16:10:07 +01:00
parent cf793418c3
commit 593626644c
2 changed files with 79 additions and 1 deletions

View File

@@ -57,6 +57,8 @@ protected:
Engine *switchEngine(Engine *engine);
Scope *switchScope(Scope *scope);
bool implicitCast(const Type *type, const Type *target) const;
ExprResult expression(ExpressionAST *ast);
void statement(StatementAST *ast);
const Type *type(TypeAST *ast);