We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193adda commit 234a124Copy full SHA for 234a124
doc/architectural/central-data-structures.md
@@ -57,7 +57,9 @@ erDiagram
57
A `goto_modelt` is effectively a pair, consisting of:
58
59
* A collection of GOTO functions.
60
-* A symbol table containing symbol references for the symbols contained in the GOTO functions.
+* A symbol table containing symbols which may be referred to by symbol
61
+ expressions. Symbol expressions are found in the goto functions and the
62
+ (sub-)expressions for the values of symbols.
63
64
In pseudocode, the type looks this:
65
0 commit comments