nest

A simple, line-oriented data serialisation format
git clone https://git.torresjrjr.com/nest.git
Log | Files | Refs | README | LICENSE

commit 6ead44f28c109172ae1b283eb7fd7d0c5115ad83
parent 2b89ee0f39f2be5470117ba14350eccf0c123f1d
Author: Byron Torres <b@torresjrjr.com>
Date:   Wed,  1 Dec 2021 23:30:55 +0000

add description

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -3,6 +3,10 @@ Nest Nest is a simple, line-oriented data serialisation format. +Nest documents support one datatype, strings. Documents can be +structured with nested maps or sequences. Each line is tab-indented and +prefixed with a signifer. Multilined strings and comments are supported. + Status: draft Example: