recompiled

This commit is contained in:
Yann Esposito (Yogsototh) 2010-05-31 21:50:11 +02:00
parent e8562085f7
commit 71b4571882
2 changed files with 2 additions and 2 deletions

View file

@ -330,7 +330,7 @@ can be done using the following one state deterministic tree transducer:
> C -> ε > C -> ε
> E -> R > E -> M
> R -> V > R -> V
Wich can be traduced by the following simple search and replace directives: Wich can be traduced by the following simple search and replace directives:

View file

@ -336,7 +336,7 @@ peut-être fait en utilisant le transducteur déterministe à un état suivant:
> C -> ε > C -> ε
> E -> R > E -> M
> R -> V > R -> V
Ce qui peut-être traduit par les simples directives Perl suivantes : Ce qui peut-être traduit par les simples directives Perl suivantes :