MicroModelicaCCompiler
4.5.3
|
#include "type_check.h"
#include <iostream>
#include <list>
#include <string>
#include <ast/ast_builder.hpp>
#include "../ast/expression.hpp"
#include "symbol_table.hpp"
Go to the source code of this file.
Macros | |
#define | T(s) tyEnv->lookup(s) |
#define T | ( | s | ) | tyEnv->lookup(s) |
Definition at line 30 of file type_check.cpp.