![]() |
SWIPL Zwapel 0.0.1
paule32
|
#include <asmjit/core.h>
#include <asmjit/x86.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <ctype.h>
#include <wchar.h>
#include <limits.h>
#include <unistd.h>
#include <getopt.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <istream>
#include <codecvt>
#include <exception>
#include <vector>
#include <algorithm>
#include <iterator>
#include <csignal>
#include <type_traits>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | prolog::PL_Encoder< T1 > |
class | prolog::PL_Exception< T1 > |
class | prolog::PL_helper |
struct | prolog::PL_stream< T1 > |
Namespaces | |
namespace | prolog |
Macros | |
#define | STDCOUT std::cout |
Functions | |
int | main (int argc, char **argv) |
void | prolog::on_setMode (std::string mode) |
Variables | |
int | prolog::convert_mode = 0 |
const int | prolog::CVT_ASM = 1 |
const int | prolog::CVT_NONE = 0 |
const int | prolog::CVT_PASCAL = 2 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 368 of file prolog.cc.
References prolog::PL_Encoder< T1 >::PL_lineno, prolog::PL_Encoder< T1 >::PL_nestedComment, prolog::PL_Encoder< T1 >::PL_parseFile(), STDCOUT, and prolog::PL_Exception< T1 >::what().