#include "scopevisitor.h"
#include "codevisitor.h"
#include "ast.h"
#include <fstream>
#include <iostream>
#include <sstream>
Functions | |
std::string | type_to_str (const keyword_t t) |
int | check_types (const int ls_type, const int rs_type) |
bool | match (int t, const std::string &typ, bool arr=false) |
|
|
|
|
|
|