add list store class
This adds the [list store] functionality from Pd Vanilla.
A few common function signatures changed:
- alist_toatoms
- alist_clone
These helpers are also used in preset_node class.
So we should probably write some basic tests to make sure nothing broke.