Refocus manual on public language usage

This commit is contained in:
2026-08-14 08:17:25 +09:00
parent e0a9a8efb7
commit e0970acdcc
41 changed files with 611 additions and 1982 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ host = "127.0.0.1"; # trailing comment
## 識別子
識別子は ASCII 英字で始まり、ASCII 英数字または `_` を続けられる。
慣習として`lower_snake``lowerCamel``UpperCamel` を使える想定とする。
命名規則に`lower_snake``lowerCamel``UpperCamel` を使用できる。
```dcdl
my_config