tipc
A TIP to LLVM compiler
|
#include "ASTVisitor.h"
#include "ConstraintHandler.h"
#include "SymbolTable.h"
#include "TipType.h"
#include "TypeConstraint.h"
#include "TypeConstraintVisitor.h"
#include <memory>
#include <set>
#include <stack>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | TypeConstraintCollectVisitor |
Visitor generates type constraints and collects them. More... | |