hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <hobbes/hobbes.H>
#include <hobbes/eval/jitcc.H>
#include <hobbes/eval/cexpr.H>
#include "llvm/ExecutionEngine/MCJIT.h"
#include "llvm/ExecutionEngine/JITEventListener.h"
Namespaces | |
hobbes | |
Functions | |
bool | hobbes::isFileType (const MonoTypePtr &fty) |
Values | hobbes::compile (jitcc *, const Exprs &) |
Values | hobbes::compileArgs (jitcc *, const Exprs &) |