Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | s_expressions-enumeration_io; new package providing tools to help I/O of enumerations in S-expressions |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
dd030195a1c290e7e76db4fed125f9d0 |
| User & Date: | nat 2015-05-12 20:52:50.133 |
Context
|
2015-05-13
| ||
| 17:46 | s_expressions-enumeration_io-tests: new test suite for S-expression I/O for enumeration values check-in: ef378b3624 user: nat tags: trunk | |
|
2015-05-12
| ||
| 20:52 | s_expressions-enumeration_io; new package providing tools to help I/O of enumerations in S-expressions check-in: dd030195a1 user: nat tags: trunk | |
|
2015-05-03
| ||
| 16:22 | s_expressions-printers-tests: use the new Append_String procedure to keep full ocoverage check-in: 3b7e398512 user: nat tags: trunk | |
Changes
Changes to README.md.
| ︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | + |
- `Atom_Refs`: common reference-counted atoms
- `Conditionals`: S-expression boolean expressions about some object
- `Generic_Evaluate`: Generic boolean expression evaluation framework
- `Strings`: Boolean expressions on standard strings
- `Dynamic_Interpreters`: S-expression interpreter with mutable
commands and callbacks
- `Encodings`: translators to and from official S-expression encodings
- `Enumeration_IO`: tools to help I/O of enumerations in S-expressions
- `File_Readers`: objects reading a file to an atom or a S-expression
- `File_Writers`: file-backed S-expression printer
- `Generic_Caches`: memory container for S-expressions
- `Interpeter_Loop`: inner loop of S-expression interpreters,
typically used in static interpreters
- `Interpreters`: callback-based S-expressions interpreter
- `Lockable`: interface for S-expressions descriptors that can be
|
| ︙ |
Added src/natools-s_expressions-enumeration_io.adb.
|
Added src/natools-s_expressions-enumeration_io.ads.
|