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
- Host: GitHub
- URL: https://github.com/dedis/matchertext
- Owner: dedis
- Created: 2022-10-07T08:52:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T00:22:46.000Z (over 3 years ago)
- Last Synced: 2024-06-21T18:14:48.037Z (almost 2 years ago)
- Language: Go
- Size: 356 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.