Index: doc/ast.html ================================================================== --- doc/ast.html +++ doc/ast.html @@ -243,12 +243,12 @@
+この言語の唯一の特徴的な部分は、「レイヤ」機能です。 +
+ + +[Layers :: Overview] Polemy's runtime environment has many "layer"s. Usual execution run in the @value layer. @@ -539,10 +553,15 @@ its corresponding arguments are evaluated in the layer and passed to it. If you specify multiple layers, the argument expression is run multiple times. If you do not specify any layer for a parameter, it works in the neutral layer.+