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 @@
# Import Expression
import expression は、ホストが解決した DCDL module または structured value を返す。
```dcdl
import "./config.dcdl"
```
specifier は string literal であり、path や resource name としての解釈はホストが定義する。
詳しくは [モジュールと import](../modules-and-imports.md) を参照する。
## 評価
import 先は遅延評価され、参照されない field は評価されない。