Skip to content

Commit dea5715

Browse files
committed
Add links
Add links between symmetric-meta-programming and simple-smp.
1 parent 5f0d35e commit dea5715

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/docs/reference/simple-smp.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ title: "The Meta-theory of Symmetric Meta-programming"
77

88
23.12.2017
99

10-
This note presents a simplified variant of symmetric meta-programming
10+
This note presents a simplified variant of
11+
[symmetric meta-programming](./symmetric-meta-programming.md)
1112
and sketches its soundness proof. The variant treats only dialogues
12-
between two stages. A program can have quotes which can contain
13+
between two stages. A program can have quotes which can contain
1314
splices (which can contain quotes, which can contain splices, and so
14-
on). Or the program could start with a splice with embedded
15+
on). Or the program could start with a splice with embedded
1516
quotes. The essential restriction is that (1) a term can contain top-level
1617
quotes or top-level splices, but not both, and (2) quotes cannot appear
1718
directly inside quotes and splices cannot appear directly inside

docs/docs/reference/symmetric-meta-programming.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,9 @@ environments and terms.
701701
----------------
702702
Es |- ’t: expr T
703703

704+
The meta theory of a slightly simplified variant 2-stage variant of this calculus
705+
is studied [separatey](../simple-smp.md)
706+
704707
## Going Further
705708

706709
The meta-programming framework as presented and currently implemented is quite restrictive

0 commit comments

Comments
 (0)