source: src/Tests/Expect-a/Operators.txt @ b1d6dd5

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since b1d6dd5 was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

  • Property mode set to 100644
File size: 1.6 KB
Line 
1?*?: function
2    with parameters
3      signed int
4      signed int
5    returning
6      signed int
7
8?(): function
9    with parameters
10      number1: signed int
11      number2: signed int
12    returning
13      signed int
14    with body
15      CompoundStmt
16                  Return Statement, returning: Applying untyped:
17    Name: ?*?
18...to:
19    Name: number1
20    Name: number2
21
22
23
24?+?: function
25    with parameters
26      signed int
27      signed int
28    returning
29      signed int
30
31?=?: function
32    with parameters
33      pointer to signed int
34      signed int
35    returning
36      signed int
37
38struct accumulator
39    with members
40      total: signed int
41
42?(): function
43    with parameters
44      a: instance of struct accumulator
45      number1: char
46      number2: char
47    returning
48      char
49
50f: function
51    with parameters
52      void
53    returning
54      void
55    with body
56      CompoundStmt
57        Declaration of a: char
58        Declaration of b: char
59                  Expression Statement:
60            Applying untyped:
61                Name: ?()
62            ...to:
63                Name: a
64                Name: b
65
66                  Expression Statement:
67            Applying untyped:
68                Name: a
69            ...to:
70                Name: b
71
72                  Expression Statement:
73            Applying untyped:
74                Name: ?+?
75            ...to:
76                Name: a
77                Name: b
78
79        Declaration of ?+?: instance of struct accumulator
80                  Expression Statement:
81            Applying untyped:
82                Name: ?+?
83            ...to:
84                Name: a
85                Name: b
86
87
Note: See TracBrowser for help on using the repository browser.