From 2df633c6a1c41ab18f516322b753316bd93652f4 Mon Sep 17 00:00:00 2001 From: trochas Date: Thu, 13 Feb 2025 19:52:57 +0100 Subject: [PATCH] =?UTF-8?q?modification=20ASD=20dittribu=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3a7e962..e4e8ab6 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,13 @@ entity ::= Entity(String) turtle ::= Turtle(phrase*) phrase ::= Phrase(entity, aff*) - phrase.s = entity.val -aff ::= Aff(ntity, complement*) - aff.s = phrase.s - aff.v = enity.val + aff.s = entity.val +aff ::= Aff(entity, complement*) + complement.s = aff.s + complement.v = entity.val complement ::= Complement(entity) - phrase.s = aff.s - phrase.v = aff.v phrase.c = entity.val | Complement_Text(String) - phrase.s = aff.s - phrase.v = aff.v phrase.c = String.self entity ::= Entity(String) entity.val=String.self