Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-11-27 03:17:31 +03:00
parent aec843a571
commit ab43d7348b

View File

@ -1,11 +1,18 @@
/********************************************************************** /**********************************************************************
* *
* Goals:
* - minimum tagging
* - maximum expressiveness
* - fully serializable
* - customizable
*
* Features: * Features:
* - tag paths * - tag paths
* a/b/c * a/b/c
* - tag sets/relations * - tag sets/relations
* a:b * a:b
* - serializable tag queries * - serializable tag queries
* - serializable tag data
* *
* *
**********************************************************************/ **********************************************************************/