diff options
author | Hans Hagen <pragma@wxs.nl> | 2009-09-23 10:07:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2009-09-23 10:07:00 +0200 |
commit | debb4feb8ae38805ed81932e37c58285cb6dcc1c (patch) | |
tree | 19ad526cc0e93656eeaf1ed811a20af153782613 /tex/context/base/lxml-tab.lua | |
parent | d237f3e4386c910e8960a9ec6cba2e7f59d1268a (diff) | |
download | context-debb4feb8ae38805ed81932e37c58285cb6dcc1c.tar.gz |
beta 2009.09.23 10:07
Diffstat (limited to 'tex/context/base/lxml-tab.lua')
-rw-r--r-- | tex/context/base/lxml-tab.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/lxml-tab.lua b/tex/context/base/lxml-tab.lua index a93aa6149..407950086 100644 --- a/tex/context/base/lxml-tab.lua +++ b/tex/context/base/lxml-tab.lua @@ -7,6 +7,8 @@ if not modules then modules = { } end modules ['lxml-tab'] = { } -- this module needs a cleanup: check latest lpeg, passing args, (sub)grammar, etc etc +-- stripping spaces from e.g. cont-en.xml saves .2 sec runtime so it's not worth the +-- trouble --[[ldx-- <p>The parser used here is inspired by the variant discussed in the lua book, but |