Differences From Artifact [4d6729db38]:
- File src/natools-s_expressions-printers-pretty-config.ads — part of check-in [25b0a7d25f] at 2014-03-18 19:34:06 on branch trunk — s_expressions-printers-pretty-config: new package for serialization and deserialization of pretty printer parameters (user: nat, size: 7839) [annotate] [blame] [check-ins using]
To Artifact [497cc9a6a7]:
- File src/natools-s_expressions-printers-pretty-config.ads — part of check-in [ab7de61c81] at 2014-03-20 21:14:11 on branch trunk — s_expressions-printers-pretty-config: add a procedure to serialize pretty printer configuration (user: nat, size: 7987) [annotate] [blame] [check-ins using]
︙ | |||
45 46 47 48 49 50 51 52 53 54 55 56 57 58 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | + + + + + | procedure Update (Interpreter : in out Interpreters.Interpreter; Param : in out Parameters; Expression : in out Lockable.Descriptor'Class); -- Update parameters using Interpreter (wrapper around its Execute) procedure Print (Output : in out Printers.Printer'Class; Param : in Parameters); -- Output parameters to S-expression printer --------------------- -- Building Blocks -- --------------------- procedure Add_Char_Encoding_Commands (Interpreter : in out Interpreters.Interpreter); |
︙ |