preserves/cheatsheet.md

26 lines
795 B
Markdown
Raw Permalink Normal View History

---
no_site_title: true
2023-10-17 08:55:11 +00:00
title: "Preserves Quick Reference"
---
Tony Garnock-Jones <tonyg@leastfixedpoint.com>
{{ site.version_date }}. Version {{ site.version }}.
2023-10-17 08:55:11 +00:00
These are non-normative "reference card" definitions. See also the normative [semantics]({{
site.baseurl }}/preserves.html), [text syntax specification]({{ site.baseurl
2023-11-01 14:15:24 +00:00
}}/preserves-text.html), and [machine-oriented syntax specification]({{ site.baseurl
}}/preserves-binary.html), and the experimental [P-expressions definition]({{ site.baseurl
}}/preserves-expressions.html).
2023-10-17 08:55:11 +00:00
2023-10-17 08:57:33 +00:00
## <a id="binary"></a>Machine-Oriented Binary Syntax
{% include cheatsheet-binary.md %}
2023-10-16 22:31:10 +00:00
2023-10-17 08:57:33 +00:00
## <a id="text"></a>Human-Oriented Text Syntax
2023-10-16 22:31:10 +00:00
{% include cheatsheet-text.md %}
2023-11-01 14:15:24 +00:00
## <a id="pexprs"></a>P-expression Syntax
{% include cheatsheet-pexprs.md %}