Decodal/doc/manual/souce/language/expression/index.md
2026-06-16 00:45:10 +09:00

25 lines
501 B
Markdown

# Expression
この章では、言語が評価対象として持つ式の分類を定義する。
式は、値・制約・構造・計算を表す基本単位である。
```text
Expr
├─ literal
├─ identifier
├─ path reference
├─ object
├─ array
├─ function
├─ function call
├─ let
├─ match
├─ import
├─ composition
├─ default
└─ string interpolation
```
各式の個別仕様へのリンクは [Manual Index](../../index.md) に集約する。