Skip to content
Snippets Groups Projects
lpp.dot 1.4 KiB
Newer Older
Erwan Jahier's avatar
Erwan Jahier committed
digraph G {
  size="10,7.5";
  ratio="fill";
  rotate=90;
  fontsize="12pt";
  rankdir = TB ;
"Main" [style=filled, color=darkturquoise];
"Main" -> "Version";
"Main" -> "Verbose";
"Main" -> "Syntaxe";
"Main" -> "Printf";
"Main" -> "Parsing";
"Main" -> "Parser";
"Main" -> "Lxm";
"Main" -> "List";
"Main" -> "Lexing";
"Main" -> "Lexer";
"Main" -> "Format";
"Main" -> "Filename";
"Main" -> "Errors";
"Main" -> "Dump";
"Main" -> "Compile";
"Main" -> "Arg";
"Verbose" [style=filled, color=darkturquoise];
"Lxm" [style=filled, color=darkturquoise];
"Lxm" -> "Lexing";
"CompUtils" [style=filled, color=darkturquoise];
"CompUtils" -> "Syntaxe";
"CompUtils" -> "Lxm";
"CompUtils" -> "Hashtbl";
"ExpandPack" [style=filled, color=darkturquoise];
"ExpandPack" -> "Syntaxe";
"ExpandPack" -> "Lxm";
"ExpandPack" -> "Hashtbl";
"SymbolTab" [style=filled, color=darkturquoise];
"SymbolTab" -> "Syntaxe";
"SymbolTab" -> "Lxm";
"SymbolTab" -> "CompUtils";
"SrcTab" [style=filled, color=darkturquoise];
"SrcTab" -> "Syntaxe";
"SrcTab" -> "SymbolTab";
"EvalConst" [style=filled, color=darkturquoise];
"EvalConst" -> "Syntaxe";
"EvalConst" -> "Lxm";
"EvalConst" -> "CompileData";
"EvalType" [style=filled, color=darkturquoise];
"EvalType" -> "Syntaxe";
"EvalType" -> "CompileData";
"LazyCompiler" [style=filled, color=darkturquoise];
"LazyCompiler" -> "SrcTab";
"LazyCompiler" -> "Lxm";
"LazyCompiler" -> "CompileData";
"LazyCompiler" -> "CompUtils";
}