Overview
Comment: | s_expressions-conditionals-generic_evaluate: new generic function providing a boolean expression evaluation framework |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ca4b731098a8cfe14d7fe4e1a9e4ef68 |
User & Date: | nat on 2015-03-30 17:05:05 |
Other Links: | manifest | tags |
Context
2015-03-31
| ||
19:10 | s_expressions-conditionals-strings: new package providing evaluation of boolean expressions about strings check-in: 048393b674 user: nat tags: trunk | |
2015-03-30
| ||
17:05 | s_expressions-conditionals-generic_evaluate: new generic function providing a boolean expression evaluation framework check-in: ca4b731098 user: nat tags: trunk | |
2015-03-29
| ||
13:36 | README: update with new packages check-in: 7bb056f68d user: nat tags: trunk | |
Changes
Modified README.md from [4af073af80] to [e8804745cd].
︙ | |||
23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | + + | Ada 2012 container - `References`: generic simple reference-counter implementation - `Pools`: task-safe pool of referencesjj - `S-expressions`: library for dealing with [S-expressions][1] - `Atom_Buffers`: dynamic buffer for S-expression atoms - `Atom_Ref_Constructors`: helper constructors for atom references - `Atom_Refs`: common reference-counted atoms - `Conditionals`: S-expression boolean expressions about some object - `Generic_Evaluate`: Generic boolean expression evaluation framework - `Dynamic_Interpreters`: S-expression interpreter with mutable commands and callbacks - `Encodings`: translators to and from official S-expression encodings - `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, |
︙ |
Added src/natools-s_expressions-conditionals-generic_evaluate.adb version [3cd8081299].