particle/map: new particle; maps a tag value to a particle

This particle is basically a dictionary mapping tag values to
particles.
This commit is contained in:
Daniel Eklöf 2018-12-13 18:58:02 +01:00
parent cc457be4d8
commit 92c9593ff5
4 changed files with 129 additions and 2 deletions

View file

@ -27,6 +27,7 @@ add_executable(foobar
particles/string.c particles/string.h
particles/list.c particles/list.h
particles/map.c particles/map.h
modules/label/label.c modules/label/label.h
modules/clock/clock.c modules/clock/clock.h