1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
system
eiffel_parser
root
EIFFEL_PARSER: benchmark
default
address_expression (no)
array_optimization (no)
assertion (no)
check_vape (yes)
console_application (yes)
dead_code_removal (yes)
debug (no)
dynamic_runtime (no)
exception_trace (no)
inlining (no)
inlining_size ("4")
line_generation (no)
multithreaded (no)
profile (no)
trace (no)
cluster
eiffel_parser: "${GOBO}/example/parse/eiffel_parser"
pr_parse: "${GOBO}/library/parse"
pr_error (pr_parse): "$/error"
pr_fsm (pr_parse): "$/fsm"
pr_generation (pr_parse): "$/generation"
pr_grammar (pr_parse): "$/grammar"
pr_parser (pr_parse): "$/parser"
pr_skeleton (pr_parse): "$/skeleton"
pr_support (pr_parse): "$/support"
pr_yacc (pr_parse): "$/yacc"
lx_lexical: "${GOBO}/library/lexical"
lx_automaton (lx_lexical): "$/automaton"
lx_error (lx_lexical): "$/error"
lx_generation (lx_lexical): "$/generation"
lx_lex (lx_lexical): "$/lex"
lx_regexp (lx_lexical): "$/regexp"
lx_scanner (lx_lexical): "$/scanner"
lx_skeleton (lx_lexical): "$/skeleton"
lx_support (lx_lexical): "$/support"
ut_utility: "${GOBO}/library/utility"
ut_error (ut_utility): "$/error"
ut_formatter (ut_utility): "$/formatter"
ut_command (ut_utility): "$/command"
ut_support (ut_utility): "$/support"
kl_kernel: "${GOBO}/library/kernel"
kl_basic (kl_kernel): "$/basic"
kl_elks (kl_kernel): "$/elks"
kl_io (kl_kernel): "$/io"
kl_misc (kl_kernel): "$/misc"
kl_unicode (kl_kernel): "$/unicode"
kl_support (kl_kernel): "$/support"
kl_spec (kl_kernel): "$/spec"
kl_spec_ise (kl_spec): "$/ise"
ise: "${ISE_EIFFEL}/library"
base (ise): "$/base"
kernel (base): "$/kernel"
kernel_classic (kernel): "$/classic"
support (base): "$/support"
support_classic (support): "$/classic"
structures (base): "$/structures"
access (structures): "$/access"
cursors (structures): "$/cursors"
cursor_tree (structures): "$/cursor_tree"
dispenser (structures): "$/dispenser"
iteration (structures): "$/iteration"
list (structures): "$/list"
set (structures): "$/set"
strategies (set): "$/strategies"
sort (structures): "$/sort"
storage (structures): "$/storage"
table (structures): "$/table"
traversing (structures): "$/traversing"
tree (structures): "$/tree"
rx_regexp: "${GOBO}/library/regexp"
rx_interface (rx_regexp): "$/interface"
rx_pcre (rx_regexp): "$/pcre"
rx_support (rx_regexp): "$/support"
end
|