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

501 B

Expression

この章では、言語が評価対象として持つ式の分類を定義する。

式は、値・制約・構造・計算を表す基本単位である。

Expr
├─ literal
├─ identifier
├─ path reference
├─ object
├─ array
├─ function
├─ function call
├─ let
├─ match
├─ import
├─ composition
├─ default
└─ string interpolation

各式の個別仕様へのリンクは Manual Index に集約する。