Skip to content

Commit 234a124

Browse files
committed
Reword description of the symbol table
Because the symbol table contains the symbols; not symbol expressions.
1 parent 193adda commit 234a124

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/architectural/central-data-structures.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ erDiagram
5757
A `goto_modelt` is effectively a pair, consisting of:
5858

5959
* A collection of GOTO functions.
60-
* A symbol table containing symbol references for the symbols contained in the GOTO functions.
60+
* 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.
6163

6264
In pseudocode, the type looks this:
6365

0 commit comments

Comments
 (0)