Cthulhu  0.2.10
Cthulhu compiler collection

default options shared by all tools More...

#include <setup.h>

Collaboration diagram for setup_options_t:

Data Fields

version_info_t version
 
cfg_group_troot
 
ap_tap
 
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...
 

Detailed Description

default options shared by all tools

Definition at line 30 of file setup.h.

Field Documentation

◆ ap

ap_t* setup_options_t::ap

Definition at line 34 of file setup.h.

◆ colour

cfg_field_t* setup_options_t::colour

enable colour output

Definition at line 55 of file setup.h.

◆ 

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

◆ group

cfg_group_t* setup_options_t::group

Definition at line 38 of file setup.h.

◆ header

cfg_field_t* setup_options_t::header

report header style

Definition at line 52 of file setup.h.

◆ help

cfg_field_t* setup_options_t::help

print help and quit

Definition at line 41 of file setup.h.

◆ 

struct { ... } setup_options_t::report

diagnostic reporting options

◆ root

cfg_group_t* setup_options_t::root

Definition at line 33 of file setup.h.

◆ verbose

cfg_field_t* setup_options_t::verbose

enable verbose logging

Definition at line 63 of file setup.h.

◆ version [1/2]

version_info_t setup_options_t::version

Definition at line 32 of file setup.h.

◆ version [2/2]

cfg_field_t* setup_options_t::version

print version and quit

Definition at line 44 of file setup.h.


The documentation for this struct was generated from the following file: