An open API service indexing awesome lists of open source software.

https://github.com/dedis/matchertext

Work-in-progress paper and experimental code on matchertext embeddable syntax discipline
https://github.com/dedis/matchertext

Last synced: 9 months ago
JSON representation

Work-in-progress paper and experimental code on matchertext embeddable syntax discipline

Awesome Lists containing this project

README

          

This repository contains a draft paper and experimental code
related to matchertext, a syntactic discipline that allows
strings in one compliant language to be embedded verbatim without escaping
(e.g., via cut-and-paste) into itself or another compliant language.

For an overview of the matchertext idea please see
[the matchertext paper](https://bford.info/pub/lang/matchertext/).

The main contents of this repository are currently:

* [doc](doc): the LaTeX source for the in-progress matchertext paper.
* [go](go): experimental Go code for parsing and converting matchertext.