stew

a monorepo of some sort
git clone git://git.nsmpr.xyz/stew.git
Log | Files | Refs

readme (411B)


      1 Tablist implements routines for working with structural format
      2 described in https://github.com/nin-jin/tree.d
      3 
      4 It's a simple format that uses tabs and spaces to describe structure
      5 and employs back-slashes ["\"] to mark raw data until newline.
      6 
      7 It looks something like this:
      8 
      9 root
     10 	key \value
     11 	spaces \   
     12 root
     13 	very long hieararchy of nodes
     14 		multiline-content
     15 			\first
     16 			\second
     17 \root-value
     18 \
     19 	\root
     20 	\value