summaryrefslogtreecommitdiff
path: root/tex/context/base/lxml-tab.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2009-09-21 17:39:00 +0200
committerHans Hagen <pragma@wxs.nl>2009-09-21 17:39:00 +0200
commitd237f3e4386c910e8960a9ec6cba2e7f59d1268a (patch)
tree14086ffb61006758a55d47b684b850465233fe1c /tex/context/base/lxml-tab.lua
parent0c00e8e4486fe1cc526eee6df2e4b9b3ab0ba519 (diff)
downloadcontext-d237f3e4386c910e8960a9ec6cba2e7f59d1268a.tar.gz
beta 2009.09.21 17:39
Diffstat (limited to 'tex/context/base/lxml-tab.lua')
-rw-r--r--tex/context/base/lxml-tab.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/lxml-tab.lua b/tex/context/base/lxml-tab.lua
index 290c31579..a93aa6149 100644
--- a/tex/context/base/lxml-tab.lua
+++ b/tex/context/base/lxml-tab.lua
@@ -6,6 +6,8 @@ if not modules then modules = { } end modules ['lxml-tab'] = {
license = "see context related readme files"
}
+-- this module needs a cleanup: check latest lpeg, passing args, (sub)grammar, etc etc
+
--[[ldx--
<p>The parser used here is inspired by the variant discussed in the lua book, but
handles comment and processing instructions, has a different structure, provides