1 #ifndef VCSN_DYN_TRANSLATE_HH
2 # define VCSN_DYN_TRANSLATE_HH
16 jit_error(
const std::string& assert,
const std::string& what);
22 void compile(
const std::string& ctx);
30 #endif // !VCSN_DYN_TRANSLATE_HH
An exception suited for our compilation errors.
void compile(const std::string &ctx)
Compile, and load, a DSO with instantiations for ctx.
Signature of a function call.
jit_error(const std::string &assert, const std::string &what)
std::string assertions
If defined, static assertions that failed (ends with a eol).