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 ac64668 commit 9591694Copy full SHA for 9591694
Documentation/ProjectStructure.md
@@ -2,10 +2,10 @@
2
3
The key directories of this project are:
4
5
-* [`/bin`](/bin): Command line tools. All executable binaries are stored here.
6
* [`/Documentation`](/Documentation): Additional (possibly out-of-date 😢)
7
documentation.
8
-* [`/models`](/model): Model implementations and helper code.
+* [`/programl/bin`](/programl/bin): Command line tools. All executable binaries
+ are stored here.
9
* [`/programl/graph`](/programl/graph): Libraries for creating and manipulating
10
the ProGraML graph representation.
11
* [`/programl/ir`](/programl/ir): Support for specific compiler IRs, e.g. LLVM.
0 commit comments