From fdc66c9eafe5ce518c4ecbda3bc17f48719f56e9 Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Wed, 10 Jan 2024 13:07:56 +0300 Subject: [PATCH] feat: explain \nu --- eo-phi-normalizer/grammar/EO/Phi/Syntax.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo-phi-normalizer/grammar/EO/Phi/Syntax.cf b/eo-phi-normalizer/grammar/EO/Phi/Syntax.cf index 36ce7fb2d..1fdda8502 100644 --- a/eo-phi-normalizer/grammar/EO/Phi/Syntax.cf +++ b/eo-phi-normalizer/grammar/EO/Phi/Syntax.cf @@ -27,7 +27,7 @@ separator Binding "," ; Phi. Attribute ::= "φ" ; -- decoratee object Rho. Attribute ::= "ρ" ; -- parent object Sigma. Attribute ::= "σ" ; -- home object -VTX. Attribute ::= "ν" ; -- ??? +VTX. Attribute ::= "ν" ; -- an object that represents the unique identifier of the containing object Label. Attribute ::= LabelId ; Alpha. Attribute ::= AlphaIndex ;