Datrix 4 - Expressions and Statements

Both examples required some changes. A main function header was prepended to the block containing the example. Also prototypes were declared for any external functions
  1. d41.cpp (Array Assignment)
    1. The dump file produced by the unmodified gcc compiler.
    2. The gxl encoding of the gcc schema graph generated by the modified gcc compiler.
    3. The ta encoding of the gcc schema graph generated by the modified gcc compiler.
    4. The gxl encoding of the gcc schema graph after reduction.
    5. The ta encoding of the gcc schema graph after reduction.
    6. A layout of the reduced graph generated by vcg.
  2. d42.cpp (Simple expressions and calls)
    1. The dump file produced by the unmodified gcc compiler.
    2. The gxl encoding of the gcc schema graph generated by the modified gcc compiler.
    3. The ta encoding of the gcc schema graph generated by the modified gcc compiler.
    4. The gxl encoding of the gcc schema graph after reduction.
    5. The ta encoding of the gcc schema graph after reduction.
    6. A layout of the reduced graph generated by vcg.