modification ASD dittribuée

This commit is contained in:
trochas
2025-02-13 19:52:57 +01:00
parent 77706a1697
commit 2df633c6a1

View File

@@ -19,17 +19,13 @@ entity ::= Entity(String)
turtle ::= Turtle(phrase*) turtle ::= Turtle(phrase*)
phrase ::= Phrase(entity, aff*) phrase ::= Phrase(entity, aff*)
phrase.s = entity.val aff.s = entity.val
aff ::= Aff(ntity, complement*) aff ::= Aff(entity, complement*)
aff.s = phrase.s complement.s = aff.s
aff.v = enity.val complement.v = entity.val
complement ::= Complement(entity) complement ::= Complement(entity)
phrase.s = aff.s
phrase.v = aff.v
phrase.c = entity.val phrase.c = entity.val
| Complement_Text(String) | Complement_Text(String)
phrase.s = aff.s
phrase.v = aff.v
phrase.c = String.self phrase.c = String.self
entity ::= Entity(String) entity ::= Entity(String)
entity.val=String.self entity.val=String.self