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

01_intro #2

Merged
merged 4 commits into from
Sep 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
翻訳完了
s-taiga committed Sep 15, 2024
commit e282295b30e475922de958f91fd02de8f2f19bfb
13 changes: 13 additions & 0 deletions GROSSARY.md
Original file line number Diff line number Diff line change
@@ -2,3 +2,16 @@

| 英語 | 日本語 |
| --- | --- |
| abstract syntax tree | 抽象構文木 |
| concrete syntax tree | 解析木 |
| context | コンテキスト(証明やプログラム中のスコープを指す場合)、文脈(それ以外) |
| elaborate | 精緻化 |
| elaboration | エラボレーション |
| hypothesis | 仮定 |
| expression | 式 |
| implication | 含意 |
| metavariable | メタ変数 |
| notation | 記法 |
| reflection | リフレクション |
| syntax | 構文 |
| term | 項 |
Loading