Skip to content

Commit

Permalink
uploaded dot files
Browse files Browse the repository at this point in the history
  • Loading branch information
m2sfpa authored Jul 19, 2017
1 parent 048964f commit 688b353
Show file tree
Hide file tree
Showing 21 changed files with 569 additions and 0 deletions.
36 changes: 36 additions & 0 deletions ArgLexer.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
digraph ArgLexerImports {
node [fontname=helvetica];

ArgLexer -> {
Infile ISO646 String
};

Infile -> {
BasicFileIO BuildParams ISO646 Storage String
};

BasicFileIO -> {
ISO646 Storage
};

BuildParams; /* no dependencies */

ISO646; /* no dependencies */

Storage [shape=box]; /* stdlib */

String -> {
Hash ISO646 Storage StrPtr
};

edge [style=dotted];
Hash -> {
Terminal
};
edge [style=none];

Terminal [shape=box]; /* stdlib */

StrPtr; /* no dependencies */

} /* ArgLexerImports */
52 changes: 52 additions & 0 deletions ArgParser.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
digraph ArgParserImports {
node [fontname=helvetica];

ArgParser -> {
ArgLexer Newline NumStr Settings String Tabulator
};

ArgLexer -> {
Infile ISO646 String
};

Infile -> {
BasicFileIO BuildParams ISO646 Storage String
};

BasicFileIO -> {
ISO646 Storage
};

BuildParams; /* no dependencies */

ISO646; /* no dependencies */

Storage [shape=box]; /* stdlib */

String -> {
Hash ISO646 Storage StrPtr
};

edge [style=dotted];
Hash -> {
Terminal
};
edge [style=none];

Terminal [shape=box]; /* stdlib */

StrPtr; /* no dependencies */

Newline; /* no dependencies */

NumStr -> {
String
};

Settings -> {
String Newline Tabulator
};

Tabulator; /* no dependencies */

} /* ArgParserImports */
57 changes: 57 additions & 0 deletions Args.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
digraph ArgsImports {
node [fontname=helvetica];

Args -> {
BuildParams CharArray Console FileSystemAdapter Infile ISO646 Outfile
String
};

BuildParams; /* no dependencies */

CharArray -> {
ISO646
};

ISO646; /* no dependencies */

Console -> {
CardMath ISO646 String Terminal
};

CardMath; /* no dependencies */

String -> {
Hash ISO646 Storage StrPtr
};

edge [style=dotted];
Hash -> {
Terminal
};
edge [style=none];

Terminal [shape=box]; /* stdlib */

Storage [shape=box]; /* stdlib */

StrPtr; /* no dependencies */

FileSystemAdapter [shape=box];

Infile -> {
BasicFileIO BuildParams ISO646 Storage String
};

BasicFileIO -> {
ISO646 Storage
};

Outfile -> {
BasicFileIO ISO646 Newline String Tabulator
};

Newline; /* no dependencies */

Tabulator; /* no dependencies */

} /* Args */
12 changes: 12 additions & 0 deletions BasicFileIO.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
digraph BasicFileIODep {
node [fontname=helvetica];

BasicFileIO -> {
ISO646 Storage
};

ISO646; /* no dependencies */

Storage [shape=box]; /* stdlib */

} /* BasicFileIODep */
6 changes: 6 additions & 0 deletions BuildParams.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
digraph BuildParamsDep {
node [fontname=helvetica];

BuildParams; /* no dependencies */

} /* BuildParamsDep */
6 changes: 6 additions & 0 deletions CardMath.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
digraph CardMathDep {
node [fontname=helvetica];

CardMath; /* no dependencies */

} /* CardMathDep */
8 changes: 8 additions & 0 deletions CharArray.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
digraph CharArrayDep {
node [fontname=helvetica];

CharArray -> {
ISO646
};

} /* CharArrayDep */
28 changes: 28 additions & 0 deletions Console.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
digraph ConsoleDep {
node [fontname=helvetica];

Console -> {
CardMath ISO646 String Terminal
};

CardMath; /* no dependencies */

ISO646; /* no dependencies */

String -> {
Hash ISO646 Storage StrPtr
};

edge [style=dotted];
Hash -> {
Terminal
};
edge [style=none];

Storage [shape=box]; /* stdlib */

StrPtr; /* no dependencies */

Terminal [shape=box]; /* stdlib */

} /* ConsoleDep */
26 changes: 26 additions & 0 deletions Dictionary.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
digraph DictionaryDep {
node [fontname=helvetica];

Dictionary -> {
Storage String
};

Storage [shape=box]; /* stdlib */

String -> {
Hash ISO646 Storage StrPtr
};

edge [style=dotted];
Hash -> {
Terminal
};
edge [style=none];

Terminal [shape=box]; /* stdlib */

ISO646; /* no dependencies */

StrPtr; /* no dependencies */

} /* DictionaryDep */
28 changes: 28 additions & 0 deletions FNStr.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
digraph FNStrDep {
node [fontname=helvetica];

FNStr -> {
CardMath ISO646 String
};

CardMath; /* no dependencies */

ISO646; /* no dependencies */

String -> {
Hash ISO646 Storage StrPtr
};

edge [style=dotted];
Hash -> {
Terminal
};
edge [style=none];

Terminal [shape=box]; /* stdlib */

Storage [shape=box]; /* stdlib */

StrPtr; /* no dependencies */

} /* FNStrDep */
12 changes: 12 additions & 0 deletions Hash.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
digraph HashDep {
node [fontname=helvetica];

edge [style=dotted];
Hash -> {
Terminal
};
edge [style=none];

Terminal [shape=box]; /* stdlib */

} /* HashDep */
6 changes: 6 additions & 0 deletions ISO646.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
digraph ISO646Dep {
node [fontname=helvetica];

ISO646; /* no dependencies */

} /* ISO646Dep */
30 changes: 30 additions & 0 deletions Infile.dep.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
digraph InfileDep {
node [fontname=helvetica];

Infile -> {
BasicFileIO BuildParams ISO646 Storage String
};

BasicFileIO -> {
ISO646 Storage
};

ISO646; /* no dependencies */

Storage [shape=box]; /* stdlib */

BuildParams; /* no dependencies */

String -> {
Hash ISO646 Storage StrPtr
};

edge [style=dotted];
Hash -> {
Terminal
};
edge [style=none];

Terminal [shape=box]; /* stdlib */

} /* InfileDep */
Loading

0 comments on commit 688b353

Please sign in to comment.