Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 3
and
Version 4
of
IR
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/21/15 19:42:55 (
10 years
ago)
Author:
siegel
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
IR
v3
v4
1
1
2
2
The CIVL-IR. Also known as "CIVL model".
3
4
Grammar?
5
6
Example:
7
8
{{{
9
int f() {
10
L1 :
11
$choose {
12
$when (g1) stmt1; goto L2;
13
$when (g2) stmt2; goto L3;
14
}
15
L2 :
16
$choose {
17
$when (g3) stmt3; goto L4;
18
...
19
}
20
...
21
}
22
// etc.
23
}}}
3
24
4
25
== Static Types ==