DummyEngine.py |
Dummy TALES engine so that I can test out the TAL implementation.
|
HTMLParser.py |
A parser for HTML and XHTML.
|
HTMLTALParser.py |
Parse HTML and compile to TALInterpreter intermediate code.
|
ITALES.py |
Interface that a TALES engine provides to the METAL/TAL implementation.
|
TALDefs.py |
Common definitions used by TAL and METAL compilation an transformation.
|
TALGenerator.py |
Code generator for TALInterpreter intermediate code.
|
TALInterpreter.py |
Interpreter for a pre-compiled TAL program.
|
TALParser.py |
Parse XML and compile to TALInterpreter intermediate code.
|
TranslationContext.py |
Translation context object for the TALInterpreter's I18N support.
|
XMLParser.py |
Generic expat-based XML parser base class.
|
driver.py |
Driver program to test METAL and TAL implementation.
|
markbench.py |
Run benchmarks of TAL vs. DTML
|
markupbase.py |
Shared support for scanning document type declarations in HTML and XHTML.
|
ndiff.py |
ndiff [-q] file1 file2
|
runtest.py |
Driver program to run METAL and TAL regression tests.
|
setpath.py |
Read a module search path from .path.
|
timer.py |
Helper program to time compilation and interpretation
|
ustr.py |
|
zLOG.py |
Stubbed out version of zLOG to make TAL work.
|