#include <stack>
#include <algorithm>
#include <cstdio>
#include <climits>
#include <cassert>
#include <sstream>
#include <boost/bind.hpp>
#include "utap/builder.h"
#include "utap/system.h"
#include "utap/statement.h"
#include "libparser.h"
Functions | |
static void | visit (SystemVisitor &visitor, frame_t frame) |
Variables | |
static const char *const | unsupported = "Internal error: Feature not supported in this mode." |
static const char *const | invalid_type = "Invalid type" |
static void visit | ( | SystemVisitor & | visitor, | |
frame_t | frame | |||
) | [static] |
const char* const invalid_type = "Invalid type" [static] |
const char* const unsupported = "Internal error: Feature not supported in this mode." [static] |