File: ise.ace

package info (click to toggle)
gobo 3.3-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 30,488 kB
  • ctags: 27,045
  • sloc: yacc: 6,909; lex: 6,036; xml: 4,406; makefile: 370; sh: 217
file content (77 lines) | stat: -rw-r--r-- 1,976 bytes parent folder | download | duplicates (2)
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
system

	mcalc

root

	MCALC: execute

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

	mcalc: "${GOBO}/example/parse/mcalc"
	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"
	ds_structure: "${GOBO}/library/structure"
	ds_container (ds_structure): "$/container"
	ds_dispenser (ds_structure): "$/dispenser"
	ds_list (ds_structure): "$/list"
	ds_set (ds_structure): "$/set"
	ds_sort (ds_structure): "$/sort"
	ds_support (ds_structure): "$/support"
	ds_table (ds_structure): "$/table"
	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"

end