Changes between Version 4 and Version 5 of Generated adder_seq.c.xml
- Timestamp:
- 08/25/11 08:59:01 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Generated adder_seq.c.xml
v4 v5 1 1 {{{ 2 2 #!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" 4 5 xsi:schemaLocation="http://vsl.cis.udel.edu/ns/tass/tass_ast 5 6 tass_ast.xsd" … … 37 38 38 39 <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> 42 49 <gsn:child xsi:type="gvdn:GlobalVariableDeclarationNode"> 43 50 <gvdn:name identifier="a" /> 44 51 <gvdn:type xsi:type="dtn:DoubleTypeNode[]" /> 45 52 </gsn:child> 46 <Pragma pragma="TASS output " /> 53 <gsn:child xsi:type="pgn:PragmaNode"> 54 TASS output 55 </gsn:child> 47 56 <gsn:child xsi:type="gvdn:GlobalVariableDeclarationNode"> 48 57 <gvdn:name identifier="sum" />
