src
Namespaces | Typedefs | Functions
emit.h File Reference
#include "src/codegen/output.h"
#include "src/ir/adfa/adfa.h"
Include dependency graph for emit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 re2c
 

Typedefs

typedef std::vector< std::string > re2c::RegExpIndices
 

Functions

void re2c::emit_action (const Action &action, OutputFile &o, uint32_t ind, bool &readCh, const State *const s, const std::string &condName, const Skeleton *skeleton, const std::set< label_t > &used_labels, bool save_yyaccept)
 
void re2c::genGoTo (OutputFile &o, uint32_t ind, const State *from, const State *to, bool &readCh)
 
template<typename _Ty >
std::string re2c::replaceParam (std::string str, const std::string &param, const _Ty &value)