Go to file
Christopher Lemmer Webber 1a84c3f609
Move from TUTORIAL.org -> TUTORIAL.md
2019-08-18 11:11:12 -04:00
historical Move codec.md into historical folder 2018-09-29 17:10:08 +01:00
implementations Read angle-bracket delimited records in the Racket implementation 2019-08-18 13:40:59 +01:00
tests Another test case 2019-08-18 13:51:26 +01:00
.gitignore Update .gitignores 2019-06-30 19:01:43 +01:00
.gitlab-ci.yml Try the jekyll image 2019-08-11 16:07:15 +01:00
LICENSE LICENSE, NOTICE, README.md 2019-08-08 14:46:03 +01:00
Makefile Rearrange repo 2018-09-29 17:27:59 +01:00
NOTICE LICENSE, NOTICE, README.md 2019-08-08 14:46:03 +01:00
README.md Link to gitlab pages 2019-08-11 16:52:29 +01:00
TODO.md Notes and TODOs 2019-06-30 22:43:52 +01:00
TUTORIAL.md Move from TUTORIAL.org -> TUTORIAL.md 2019-08-18 11:11:12 -04:00
_config.yml Aha! baseurl? 2019-08-11 16:26:38 +01:00
index.md Tweak jekyll setup 2019-08-11 16:19:08 +01:00
notes.mb.md More notes 2019-06-30 22:45:10 +01:00
preserves.css Major revision of binary syntax: placeholders; annotations; forbid empty format-C chunks 2019-07-13 22:20:22 -04:00
preserves.el Followup to previous commit 2019-08-12 00:09:13 +01:00
preserves.md Clarify no-duplicates in syntaxes. 2019-08-18 13:56:13 +01:00
quoting.rkt Explore quoting. 2018-12-06 21:25:51 +00:00
quoting.v Tighten 2018-12-07 11:06:08 +00:00

README.md

projectpages projecttree
https://gitlab.com/tonyg/preserves https://gitlab.com/tonyg/preserves/tree/master

Preserves: an Expressive Data Language

This repository contains a proposal and various implementations of Preserves, a new data model and serialization format in many ways comparable to JSON, XML, S-expressions, CBOR, ASN.1 BER, and so on.

WARNING Everything in this repository is experimental and in flux! The design of Preserves is not finalised and may change drastically. Please offer any feedback you may have with this in mind.

Contact

Tony Garnock-Jones tonyg@leastfixedpoint.com

Licensing

The contents of this repository are made available to you under the Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0), and are Copyright 2018-2019 Tony Garnock-Jones.