blob: 677ed20432f3e27986e96f0c6199ce4d041ea7ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Multisyntax
Implementation of a fragment of the Macrological Fascicle using the
[Hieb, Dybvig, and Bruggeman][1] algorithm.
The goal of this library is to provide a portable core for
* Future implementations of Scheme with full `syntax-case`
* Hosted languages inside of Scheme whose macros are written in Scheme
(outside of the hosted language)
[1]: https://legacy.cs.indiana.edu/~dyb/pubs/LaSC-5-4-pp295-326.pdf
|