Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "editor/compile.hpp"
#include "core/source_info.h"
#include "backtrace/backtrace.h"
#include <string>
#include <vector>
Go to the source code of this file.
Data Structures | |
struct | ed::stack_frame_t |
class | ed::PanicInfo |
class | ed::CompileError |
Namespaces | |
ed | |
Enumerations | |
enum | ed::compile_code_t { ed::eCompileOk , ed::eCompileError , ed::eCompilePanic , ed::eCompileTotal } |
Functions | |
void | ed::install_panic_handler () |
CompileError | ed::run_compile (Broker &info) |