aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-04-23 21:25:22 -0400
committerGravatar Peter McGoron 2025-04-23 21:25:22 -0400
commit9cd7af935a0655018d3a295f6dc56d0e6ba2b18a (patch)
tree4f5e89b5f5ae8e955e3364b4b9d399574ca6b093 /README.md
start work on the fundamental syntax object
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b69328b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Multisyntax
+
+An implementation of `syntax-rules` using marks and substitutions
+as in `syntax-case`. This library can be thought of as "first-order
+`syntax-case`".