Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 29206fa

Browse files
authored
03_expressions (#4)
* 翻訳開始 * 翻訳完了
1 parent 7a9ba29 commit 29206fa

File tree

3 files changed

+172
-2
lines changed

3 files changed

+172
-2
lines changed

GROSSARY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,26 @@
33
| 英語 | 日本語 |
44
| --- | --- |
55
| abstract syntax tree | 抽象構文木 |
6+
| binder | 束縛子 |
7+
| bound variable | 束縛変数 |
68
| concrete syntax tree | 解析木 |
79
| context | コンテキスト(証明やプログラム中のスコープを指す場合)、文脈(それ以外) |
810
| delaboration | デラボレーション |
911
| elaborate | 精緻化 |
1012
| elaboration | エラボレーション |
1113
| elaborator | エラボレータ |
14+
| free variable | 自由変数 |
1215
| hypothesis | 仮定 |
1316
| expression ||
1417
| implication | 含意 |
1518
| metavariable | メタ変数 |
1619
| notation | 記法 |
1720
| parse | パース |
21+
| reduction | 簡約 |
1822
| reflection | リフレクション |
1923
| syntax | 構文 |
2024
| term | 項(式を構成する要素)、用語 |
2125
| unification | ユニフィケーション |
26+
| universe | 宇宙 |
27+
| universe-polymorphic constant | 宇宙多相な定数 |
28+
| β-reduction | β簡約 |

0 commit comments

Comments
 (0)