Natools

Check-in [ad65c67a84]
Login
Overview
Comment:static_hash_maps-s_expressions: new package to run static hash map generator using a S-expression description
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ad65c67a8409e0d37bd4a5165368adf4e60457c3
User & Date: nat on 2014-05-19 18:37:17
Other Links: manifest | tags
Context
2014-05-20
20:03
s_expressions-interpreter_loop: new generic procedure providing the main loop of a S-expression interpreter check-in: 654fe8f62b user: nat tags: trunk
2014-05-19
18:37
static_hash_maps-s_expressions: new package to run static hash map generator using a S-expression description check-in: ad65c67a84 user: nat tags: trunk
2014-05-18
20:20
static_hash_maps: new code generation package to build static hash maps

A static hash map means here a hash maps completely known before compile time. It uses GNAT.Perfect_Hash_Generator to turn string keys into indexes for an array of elements. check-in: 582f564b61 user: nat tags: trunk

Changes

Added src/natools-static_hash_maps-s_expressions.adb version [b4bb055a3f].

Added src/natools-static_hash_maps-s_expressions.ads version [d116c33d8f].