Differences From Artifact [e10b5a68ba]:
- File src/natools-static_hash_maps-s_expressions.ads — part of check-in [0d8d6300c9] at 2014-05-28 17:28:09 on branch trunk — static_hash_maps-s_expressions: add S-expression bindings for the test child function generation (user: nat, size: 2335) [annotate] [blame] [check-ins using]
To Artifact [375a4ce6c6]:
- File src/natools-static_hash_maps-s_expressions.ads — part of check-in [cf4a28a612] at 2014-05-31 15:04:56 on branch trunk — static_hash_maps-s_expressions: add binding for the new package categorization option (user: nat, size: 2383) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | + + | -- Generate the package described by Input private type Package_Command is (Private_Child, Public_Child, Pure_Package, Preelaborate_Package, Test_Function, Extra_Declarations); type Map_Command is (Hash_Package, Nodes, Function_Name, Not_Found); end Natools.Static_Hash_Maps.S_Expressions; |