A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ben Kurtovic a64bae35c9 Add support for a NOWEB env var, update docs. 9 years ago
..
tokenizer Fix handling of tag closes within <nowiki> (fixes #89). 9 years ago
MWPFHTestCase.tmlanguage Adding a syntax highlighter for the test-case format. 11 years ago
__init__.py Support changing a template's name, plus a couple of typos and docs. 11 years ago
_test_tokenizer.py Ensure token list is copied before being fed to the builder. 9 years ago
_test_tree_equality.py Support attributes quoted with '; add required quotes in value setter. 9 years ago
compat.py Move range/xrange compatibility code to compat.py. 10 years ago
discover.py Some clean up for Python 2.6 support. 10 years ago
test_argument.py Some clean up for Python 2.6 support. 10 years ago
test_attribute.py Support attributes quoted with '; add required quotes in value setter. 9 years ago
test_builder.py Store builder handlers in a dictionary. ~5% speedup. 9 years ago
test_comment.py Some clean up for Python 2.6 support. 10 years ago
test_ctokenizer.py Some clean up for Python 2.6 support. 10 years ago
test_docs.py Add support for a NOWEB env var, update docs. 9 years ago
test_external_link.py Some clean up for Python 2.6 support. 10 years ago
test_heading.py Some clean up for Python 2.6 support. 10 years ago
test_html_entity.py Improve test coverage; fix some node-related bugs. 9 years ago
test_parameter.py Improve test coverage; fix some node-related bugs. 9 years ago
test_parser.py Some clean up for Python 2.6 support. 10 years ago
test_pytokenizer.py Some clean up for Python 2.6 support. 10 years ago
test_roundtripping.py Add integration tests for token roundtripping. 9 years ago
test_smart_list.py Improve ListProxy detaching behavior. 9 years ago
test_string_mixin.py Some clean up for Python 2.6 support. 10 years ago
test_tag.py Add test code for a missing branch of Tag.wiki_markup.setter; cleanup. 9 years ago
test_template.py Improve test coverage; fix some node-related bugs. 9 years ago
test_text.py Some clean up for Python 2.6 support. 10 years ago
test_tokens.py Some clean up for Python 2.6 support. 10 years ago
test_utils.py Some clean up for Python 2.6 support. 10 years ago
test_wikicode.py Add tests for some missed things in Wikicode. 9 years ago
test_wikilink.py Some clean up for Python 2.6 support. 10 years ago