1/* 2 * HDF decompile hcs file 3 */ 4 5root { 6 module = "test"; 7 fooSub { 8 term1 = 0x2; 9 term2 = 0x2; 10 term3 = [0x2, 0x2]; 11 attr { 12 term4 = 0x4; 13 } 14 } 15 fooSub1 { 16 term1 = 0x2; 17 term3 = [0x1]; 18 attr { 19 term4 = 0x1; 20 } 21 term2 = 0x2; 22 } 23 foo { 24 foo1 { 25 term1 = "world"; 26 bar2_2 = ["test3"]; 27 foo = &root.foo; 28 bar = &root.bar; 29 } 30 array_oct = [0x1, 0x2, 0x3, 0x4]; 31 } 32 bar { 33 } 34 t = 0x1; 35} 36