From 71b457188235f6c917bc52852272caed7a0a6c5c Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 31 May 2010 21:50:11 +0200 Subject: [PATCH] recompiled --- .../html/en/blog/2010-05-24-Trees--Pragmatism-and-Formalism.md | 2 +- .../html/fr/blog/2010-05-24-Trees--Pragmatism-and-Formalism.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/html/en/blog/2010-05-24-Trees--Pragmatism-and-Formalism.md b/content/html/en/blog/2010-05-24-Trees--Pragmatism-and-Formalism.md index b32943d3f..2343ba246 100644 --- a/content/html/en/blog/2010-05-24-Trees--Pragmatism-and-Formalism.md +++ b/content/html/en/blog/2010-05-24-Trees--Pragmatism-and-Formalism.md @@ -330,7 +330,7 @@ can be done using the following one state deterministic tree transducer: > C -> ε -> E -> R +> E -> M > R -> V Wich can be traduced by the following simple search and replace directives: diff --git a/content/html/fr/blog/2010-05-24-Trees--Pragmatism-and-Formalism.md b/content/html/fr/blog/2010-05-24-Trees--Pragmatism-and-Formalism.md index f50c85e6f..66ff83cce 100644 --- a/content/html/fr/blog/2010-05-24-Trees--Pragmatism-and-Formalism.md +++ b/content/html/fr/blog/2010-05-24-Trees--Pragmatism-and-Formalism.md @@ -336,7 +336,7 @@ peut-être fait en utilisant le transducteur déterministe à un état suivant: > C -> ε -> E -> R +> E -> M > R -> V Ce qui peut-être traduit par les simples directives Perl suivantes :