Simple components v2.0



The current version provides implementations of smart pointers, sets, maps,
stacks, tables, string editing, unbounded arrays and expression analyzers:

http://www.dmitry-kazakov.de/ada/components.htm

In the version 2.0 tools were added to ease creation of parsers matching a
word from a list keywords. Get_Token procedure does this using a
user-provided table. The package Keywords generates a keyword matching
parser from an enumeration type, which literals are the keywords to match.

--
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de
.