src
Namespaces | Functions
compile.cc File Reference
#include <algorithm>
#include <ostream>
#include <set>
#include "src/codegen/output.h"
#include "src/ir/compile.h"
#include "src/ir/adfa/adfa.h"
#include "src/ir/dfa/dfa.h"
#include "src/ir/nfa/nfa.h"
#include "src/ir/regexp/regexp.h"
#include "src/ir/skeleton/skeleton.h"
#include "src/parse/spec.h"
Include dependency graph for compile.cc:

Go to the source code of this file.

Namespaces

 re2c
 

Functions

static std::string re2c::make_name (const std::string &cond, uint32_t line)
 
smart_ptr< DFA > re2c::compile (Spec &spec, Output &output, const std::string &cond, uint32_t cunits)