File tree 1 file changed +0
-27
lines changed
1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -25,33 +25,6 @@ erDiagram
25
25
symbol_tablet {
26
26
symbol_map symbols
27
27
}
28
- symbol_tablet ||--o{ symbolt : ""
29
- symbolt {
30
- string name
31
- }
32
- goto_functionst {
33
- function_map functions
34
- }
35
- goto_functionst ||--o{ goto_functiont : ""
36
- goto_functiont {
37
- goto_programt body
38
- ordered_collection_of parameter_identifiers
39
- }
40
- goto_functiont ||--|| goto_programt : ""
41
- goto_programt {
42
- ordered_collection_of instructions
43
- }
44
- goto_programt ||--o{ instructiont : ""
45
- instructiont {
46
- enumeration instruction_type
47
- goto_program_codet code
48
- boolean_expression guard
49
- source_locationt source_location
50
- }
51
- instructiont ||--|| goto_program_instruction_typet : ""
52
- instructiont ||--o| goto_program_codet : ""
53
- instructiont ||--o| source_locationt : ""
54
- goto_program_codet ||--o| source_locationt : ""
55
28
```
56
29
57
30
A ` goto_modelt ` is effectively a pair, consisting of:
You can’t perform that action at this time.
0 commit comments