A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Ben Kurtovic 08cafc0576 Raise ParserError for internal problems. Improve coverage. Cleanup. il y a 10 ans
..
tokenizer Fully fix #74. Add another tokenizer test. il y a 10 ans
MWPFHTestCase.tmlanguage Adding a syntax highlighter for the test-case format. il y a 11 ans
__init__.py Support changing a template's name, plus a couple of typos and docs. il y a 11 ans
_test_tokenizer.py Some tweaks, but no change in functionality. il y a 10 ans
_test_tree_equality.py Some clean up for Python 2.6 support. il y a 10 ans
compat.py Move range/xrange compatibility code to compat.py. il y a 10 ans
discover.py Some clean up for Python 2.6 support. il y a 10 ans
test_argument.py Some clean up for Python 2.6 support. il y a 10 ans
test_attribute.py Some clean up for Python 2.6 support. il y a 10 ans
test_builder.py Raise ParserError for internal problems. Improve coverage. Cleanup. il y a 10 ans
test_comment.py Some clean up for Python 2.6 support. il y a 10 ans
test_ctokenizer.py Some clean up for Python 2.6 support. il y a 10 ans
test_docs.py Some clean up for Python 2.6 support. il y a 10 ans
test_external_link.py Some clean up for Python 2.6 support. il y a 10 ans
test_heading.py Some clean up for Python 2.6 support. il y a 10 ans
test_html_entity.py Some clean up for Python 2.6 support. il y a 10 ans
test_parameter.py Some clean up for Python 2.6 support. il y a 10 ans
test_parser.py Some clean up for Python 2.6 support. il y a 10 ans
test_pytokenizer.py Some clean up for Python 2.6 support. il y a 10 ans
test_smart_list.py Some clean up for Python 2.6 support. il y a 10 ans
test_string_mixin.py Some clean up for Python 2.6 support. il y a 10 ans
test_tag.py Some clean up for Python 2.6 support. il y a 10 ans
test_template.py Some clean up for Python 2.6 support. il y a 10 ans
test_text.py Some clean up for Python 2.6 support. il y a 10 ans
test_tokens.py Some clean up for Python 2.6 support. il y a 10 ans
test_utils.py Some clean up for Python 2.6 support. il y a 10 ans
test_wikicode.py Allow recursing through everything except the forced type (fixes #70) il y a 10 ans
test_wikilink.py Some clean up for Python 2.6 support. il y a 10 ans