Trie-Gen: Trie Lookup Code Generator - Summary
This group is not part of the GNU Project.
Trie-Gen is a small tool capable of generating C/C++ code for trie lookup functions defined on given sets of keywords (see the Appendix section of the README file for an edifying example).
Trie-Gen is one of the meta-tools of Json-Type, http://www.nongnu.org/json-type/.
Registration Date: Fri 15 Jul 2016 01:49:06 PM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable
posted by stvar, Sun 08 Apr 2018 12:22:07 PM UTC
This is the first release of Trie-Gen project:
http://www.nongnu.org/trie-gen/
Trie-Gen is a small C++ tool capable of generating C/C++ code for trie lookup functions defined on given sets of keywords. For edifying examples and use-cases of this tool see the documentation file doc/trie-gen.txt.
The author of this software is Stefan Vargyas <stvar@yahoo.com>.
Powered by Savane 3.14-eb11.
Corresponding source code