Add bilingual manual and localized docs routes

This commit is contained in:
2026-08-14 11:16:37 +09:00
parent 3645a2cc2d
commit cda32cc260
85 changed files with 2316 additions and 71 deletions
@@ -0,0 +1,14 @@
# Identifier Expression
identifier expression は、lexical scope に束縛された名前を参照する式である。
```dcdl
Port
MyConfig
mkConfig
```
## 評価
識別子は対応する binding の値を必要になった時点で評価する。
束縛が存在しない場合は未定義識別子エラーになる。