Cthulhu
0.2.10
Cthulhu compiler collection
|
default options shared by all tools More...
#include <setup.h>
Data Fields | |
version_info_t | version |
cfg_group_t * | root |
ap_t * | ap |
struct { | |
cfg_group_t * group | |
cfg_field_t * help | |
print help and quit More... | |
cfg_field_t * version | |
print version and quit More... | |
} | general |
general options More... | |
struct { | |
cfg_group_t * group | |
cfg_field_t * header | |
report header style More... | |
cfg_field_t * colour | |
enable colour output More... | |
} | report |
diagnostic reporting options More... | |
struct { | |
cfg_group_t * group | |
cfg_field_t * verbose | |
enable verbose logging More... | |
} | debug |
debug options. these are for debugging the compiler itself, not the user code More... | |
cfg_field_t* setup_options_t::colour |
struct { ... } setup_options_t::debug |
debug options. these are for debugging the compiler itself, not the user code
struct { ... } setup_options_t::general |
general options
cfg_group_t* setup_options_t::group |
cfg_field_t* setup_options_t::header |
cfg_field_t* setup_options_t::help |
struct { ... } setup_options_t::report |
diagnostic reporting options
cfg_group_t* setup_options_t::root |
cfg_field_t* setup_options_t::verbose |
version_info_t setup_options_t::version |
cfg_field_t* setup_options_t::version |