Ignore:
Timestamp:
05/04/11 17:39:55 (13 years ago)
Author:
nanardon
Message:
  • end graph
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/presentation-langages/lang_call.txt

    r315 r317  
    33digraph test123 { 
    44    c; 
     5    cpp [label="c++"]; 
    56    fortran; 
    67    perl; 
     8    idl; 
     9    java; 
     10    ruby; 
     11    python; 
     12    scilab; 
     13    csharp [label="c#"] 
     14    java; 
     15    haskell; 
     16    ocaml; 
     17     
     18    cpp -> c; 
    719    c -> fortran; 
    820    fortran -> c; 
    921    perl -> c; 
    1022    c -> perl; 
     23    idl -> c; 
     24    idl -> cpp; 
     25    idl -> csharp; 
     26    idl -> fortran; 
     27    idl -> java; 
     28    c -> idl; 
     29    java -> c; 
     30    java -> cpp; 
     31    java -> fortran; 
     32    python -> c; 
     33    haskell -> c; 
     34    c -> python;  
     35    ruby -> c; 
     36    /* c -> ruby */ 
     37    scilab -> fortran; 
     38    scilab -> c; 
     39    scilab -> cpp; 
     40      
     41     
    1142/* 
    1243    a -> b -> c; 
Note: See TracChangeset for help on using the changeset viewer.