#include <set>
#include <iostream>
#include <sstream>
#include <algorithm>
#include <iterator>
#include "parser-structs.h"
#include "compmod.h"
#include "log.h"
#include "resmes.h"
Include dependency graph for parser-structs.cpp:
Functions | |
ostream & | operator<< (ostream &os, const c_term *t) |
ostream & | operator<< (ostream &os, const c_rule *r) |
ostream & | operator<< (ostream &os, const prolog_program *p) |
void | to_string (const int &val, ostringstream &oss) |
Variables | |
StringsHolder | stringsholder |
|
Write a text representation of this program to an ostream.
|
|
Write a text representation of this rule to an ostream.
|
|
Write a text representation of this term to an ostream.
|
|
|
|
|