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.
The main contents of this repository are currently:
- doc: the LaTeX source for the in-progress matchertext paper.
- go: experimental Go code for parsing and converting matchertext.
Build command: go build -o minml ./go/markup/minml/cmd/