Vcsn  2.2a
Be Rational
translate.cc File Reference
#include <vcsn/dyn/translate.hh>
#include <chrono>
#include <fstream>
#include <memory>
#include <set>
#include <sstream>
#include <string>
#include <unistd.h>
#include <boost/filesystem.hpp>
#include <ltdl.h>
#include <vcsn/dyn/context-parser.hh>
#include <vcsn/dyn/context-printer.hh>
#include <vcsn/config.hh>
#include <vcsn/dyn/context.hh>
#include <vcsn/misc/escape.hh>
#include <vcsn/misc/indent.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/misc/regex.hh>
#include <vcsn/misc/signature.hh>
#include <vcsn/misc/stream.hh>
Include dependency graph for translate.cc:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::dyn
 

Macros

#define XGETENV(Name)   xgetenv(#Name, Name)
 

Functions

void vcsn::dyn::compile (const std::string &ctx)
 Compile, and load, a DSO with instantiations for ctx. More...
 
void vcsn::dyn::compile (const std::string &algo, const signature &sig)
 Compile, and load, a DSO which instantiates algo for sig. More...
 

Macro Definition Documentation

#define XGETENV (   Name)    xgetenv(#Name, Name)

Definition at line 47 of file translate.cc.

Variable Documentation

std::ostringstream os
ast::context_parser parser_

Definition at line 383 of file translate.cc.

ast::context_printer printer_

Definition at line 384 of file translate.cc.