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 d2093fd commit 3129464Copy full SHA for 3129464
doc/architectural/central-data-structures.md
@@ -108,7 +108,10 @@ in the symbol-table for their definitions.
108
## goto_programt
109
110
A goto program is a sequence of GOTO instructions (`goto_instructiont`). For
111
-details see the documentation of the `goto_programt` class.
+details of the `goto_programt` class itself see the documentation in
112
+[`goto_program.h`](../../src/goto-programs/goto_program.h). For further details
113
+of the life cycle of goto programs see
114
+[`src/goto-programs/README.md`](../../src/goto-programs/README.md).
115
116
An instruction (`goto_instructiont`) is a triple (an element with three subcomponents),
117
describing a GOTO level instruction with the following 3 component subtypes,
0 commit comments