diff options
author | Marius <mariausol@gmail.com> | 2010-12-21 12:00:15 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2010-12-21 12:00:15 +0200 |
commit | 6d053ffca163b4e5880fdb8429fc7f7eb0184235 (patch) | |
tree | 5b4486f88c31d121ab7b6cb4d578c8cdd80078c4 /scripts | |
parent | 5dd3f2c9d50740c2898e8311c48fabebcd812c9c (diff) | |
download | context-6d053ffca163b4e5880fdb8429fc7f7eb0184235.tar.gz |
beta 2010.12.21 10:50
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtxrun.lua | 4 | ||||
-rw-r--r-- | scripts/context/stubs/mswin/mtxrun.lua | 4 | ||||
-rw-r--r-- | scripts/context/stubs/unix/mtxrun | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua index d8a8e89e5..0da5ff01c 100644 --- a/scripts/context/lua/mtxrun.lua +++ b/scripts/context/lua/mtxrun.lua @@ -5848,6 +5848,10 @@ The find based parser can be found in l-xml-edu.lua along with other older code. <p>Beware, the interface may change. For instance at, ns, tg, dt may get more verbose names. Once the code is stable we will also remove some tracing and optimize the code.</p> + +<p>I might even decide to reimplement the parser using the latest <l n='lpeg'/> trickery +as the current variant was written when <l n='lpeg'/> showed up and it's easier now to +build tables in one go.</p> --ldx]]-- xml = xml or { } diff --git a/scripts/context/stubs/mswin/mtxrun.lua b/scripts/context/stubs/mswin/mtxrun.lua index d8a8e89e5..0da5ff01c 100644 --- a/scripts/context/stubs/mswin/mtxrun.lua +++ b/scripts/context/stubs/mswin/mtxrun.lua @@ -5848,6 +5848,10 @@ The find based parser can be found in l-xml-edu.lua along with other older code. <p>Beware, the interface may change. For instance at, ns, tg, dt may get more verbose names. Once the code is stable we will also remove some tracing and optimize the code.</p> + +<p>I might even decide to reimplement the parser using the latest <l n='lpeg'/> trickery +as the current variant was written when <l n='lpeg'/> showed up and it's easier now to +build tables in one go.</p> --ldx]]-- xml = xml or { } diff --git a/scripts/context/stubs/unix/mtxrun b/scripts/context/stubs/unix/mtxrun index d8a8e89e5..0da5ff01c 100644 --- a/scripts/context/stubs/unix/mtxrun +++ b/scripts/context/stubs/unix/mtxrun @@ -5848,6 +5848,10 @@ The find based parser can be found in l-xml-edu.lua along with other older code. <p>Beware, the interface may change. For instance at, ns, tg, dt may get more verbose names. Once the code is stable we will also remove some tracing and optimize the code.</p> + +<p>I might even decide to reimplement the parser using the latest <l n='lpeg'/> trickery +as the current variant was written when <l n='lpeg'/> showed up and it's easier now to +build tables in one go.</p> --ldx]]-- xml = xml or { } |