Changes between Version 4 and Version 5 of Generated adder_seq.c.xml


Ignore:
Timestamp:
08/25/11 08:59:01 (15 years ago)
Author:
tmcclory
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Generated adder_seq.c.xml

    v4 v5  
    11{{{
    22#!xml
    3 <?xml version="1.0" standalone="yes"?><rootNode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     3<?xml version="1.0" standalone="yes"?>
     4<rootNode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    45          xsi:schemaLocation="http://vsl.cis.udel.edu/ns/tass/tass_ast
    56                              tass_ast.xsd"
     
    3738
    3839  <rtn:globalScopeNodes>
    39     <Pragma pragma="TASS input int " />
    40     <Pragma pragma="TASS input {n>=0 && n<=B} int " />
    41     <Pragma pragma="TASS input " />
     40    <gsn:child xsi:type="pgn:PragmaNode">
     41      TASS input int
     42    </gsn:child>
     43    <gsn:child xsi:type="pgn:PragmaNode">
     44      TASS input {n>=0 && n<=B} int
     45    </gsn:child>
     46    <gsn:child xsi:type="pgn:PragmaNode">
     47      TASS input
     48    </gsn:child>
    4249    <gsn:child xsi:type="gvdn:GlobalVariableDeclarationNode">
    4350      <gvdn:name identifier="a" />
    4451      <gvdn:type xsi:type="dtn:DoubleTypeNode[]" />
    4552    </gsn:child>
    46     <Pragma pragma="TASS output " />
     53    <gsn:child xsi:type="pgn:PragmaNode">
     54      TASS output
     55    </gsn:child>
    4756    <gsn:child xsi:type="gvdn:GlobalVariableDeclarationNode">
    4857      <gvdn:name identifier="sum" />