A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Ben Kurtovic 08cafc0576 Raise ParserError for internal problems. Improve coverage. Cleanup. před 10 roky
..
tokenizer Fully fix #74. Add another tokenizer test. před 10 roky
MWPFHTestCase.tmlanguage Adding a syntax highlighter for the test-case format. před 11 roky
__init__.py Support changing a template's name, plus a couple of typos and docs. před 11 roky
_test_tokenizer.py Some tweaks, but no change in functionality. před 10 roky
_test_tree_equality.py Some clean up for Python 2.6 support. před 10 roky
compat.py Move range/xrange compatibility code to compat.py. před 10 roky
discover.py Some clean up for Python 2.6 support. před 10 roky
test_argument.py Some clean up for Python 2.6 support. před 10 roky
test_attribute.py Some clean up for Python 2.6 support. před 10 roky
test_builder.py Raise ParserError for internal problems. Improve coverage. Cleanup. před 10 roky
test_comment.py Some clean up for Python 2.6 support. před 10 roky
test_ctokenizer.py Some clean up for Python 2.6 support. před 10 roky
test_docs.py Some clean up for Python 2.6 support. před 10 roky
test_external_link.py Some clean up for Python 2.6 support. před 10 roky
test_heading.py Some clean up for Python 2.6 support. před 10 roky
test_html_entity.py Some clean up for Python 2.6 support. před 10 roky
test_parameter.py Some clean up for Python 2.6 support. před 10 roky
test_parser.py Some clean up for Python 2.6 support. před 10 roky
test_pytokenizer.py Some clean up for Python 2.6 support. před 10 roky
test_smart_list.py Some clean up for Python 2.6 support. před 10 roky
test_string_mixin.py Some clean up for Python 2.6 support. před 10 roky
test_tag.py Some clean up for Python 2.6 support. před 10 roky
test_template.py Some clean up for Python 2.6 support. před 10 roky
test_text.py Some clean up for Python 2.6 support. před 10 roky
test_tokens.py Some clean up for Python 2.6 support. před 10 roky
test_utils.py Some clean up for Python 2.6 support. před 10 roky
test_wikicode.py Allow recursing through everything except the forced type (fixes #70) před 10 roky
test_wikilink.py Some clean up for Python 2.6 support. před 10 roky