Skip to content

Commit 9591694

Browse files
committed
Update project structure doc.
`bin/` has moved, `models/` has gone.
1 parent ac64668 commit 9591694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/ProjectStructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
The key directories of this project are:
44

5-
* [`/bin`](/bin): Command line tools. All executable binaries are stored here.
65
* [`/Documentation`](/Documentation): Additional (possibly out-of-date 😢)
76
documentation.
8-
* [`/models`](/model): Model implementations and helper code.
7+
* [`/programl/bin`](/programl/bin): Command line tools. All executable binaries
8+
are stored here.
99
* [`/programl/graph`](/programl/graph): Libraries for creating and manipulating
1010
the ProGraML graph representation.
1111
* [`/programl/ir`](/programl/ir): Support for specific compiler IRs, e.g. LLVM.

0 commit comments

Comments
 (0)