Datrix 5 - Control Statements
All examples required some changes.  A main function
header was added for each statement.
Also prototypes were declared for any external functions
- d5for.cpp (For Statement)
- The dump file produced by the unmodified gcc compiler.
- The gxl encoding of the gcc schema graph generated
    by the modified gcc compiler.
- The ta encoding of the gcc schema graph generated
    by the modified gcc compiler.
- The gxl encoding of the gcc schema graph after
    reduction.
- The ta encoding of the gcc schema graph after
    reduction.
- A layout of the reduced graph generated by
    vcg.
 
- d5if.cpp (If Statement)
- The dump file produced by the unmodified gcc compiler.
- The gxl encoding of the gcc schema graph generated
    by the modified gcc compiler.
- The ta encoding of the gcc schema graph generated
    by the modified gcc compiler.
- The gxl encoding of the gcc schema graph after
    reduction.
- The ta encoding of the gcc schema graph after
    reduction.
- A layout of the reduced graph generated by
    vcg.
 
- d5goto.cpp (If Statement)
- The dump file produced by the unmodified gcc compiler.
- The gxl encoding of the gcc schema graph generated
    by the modified gcc compiler.
- The ta encoding of the gcc schema graph generated
    by the modified gcc compiler.
- The gxl encoding of the gcc schema graph after
    reduction.
- The ta encoding of the gcc schema graph after
    reduction.
- A layout of the reduced graph generated by
    vcg.
 
- d5switch.cpp (If Statement)
- The dump file produced by the unmodified gcc compiler.
- The gxl encoding of the gcc schema graph generated
    by the modified gcc compiler.
- The ta encoding of the gcc schema graph generated
    by the modified gcc compiler.
- The gxl encoding of the gcc schema graph after
    reduction.
- The ta encoding of the gcc schema graph after
    reduction.
- A layout of the reduced graph generated by
    vcg.