aboutsummaryrefslogtreecommitdiff
path: root/interesting-projects
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-09-18 09:53:54 +0200
committeralex <alex@pdp7.net>2026-09-18 09:55:50 +0200
commit9177ae9771f2232f1e1d7bf01fd21f51ec71fb49 (patch)
tree96d8eb113f8a9d273f1fa7f2ee5a09a02e2cf581 /interesting-projects
parent88d42dc01a2be2991ca34f997105866fdae78788 (diff)
Add matchertext/MinMLmaster
Diffstat (limited to 'interesting-projects')
-rw-r--r--interesting-projects/interesting-projects.gmi5
1 files changed, 5 insertions, 0 deletions
diff --git a/interesting-projects/interesting-projects.gmi b/interesting-projects/interesting-projects.gmi
index 5a694d22..20c826cc 100644
--- a/interesting-projects/interesting-projects.gmi
+++ b/interesting-projects/interesting-projects.gmi
@@ -1264,3 +1264,8 @@ UDP file transfer utility that was used to great success at a previous job
:tool:transfer
:programmed-in:c
:networking
+
+=> https://bford.info/pub/lang/matchertext/ Matchertext
+A simple cross-language syntactic discipline that enables the safe embedding a string in any compliant language into a string in any other language via simple "copy-and-paste", in particular with no escaping, obfuscation, or expansion of embedded strings.
+:coding:parsing
+:lightweight-markup