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 fac60dee48 Fix parsing of nested wikilinks 2 years ago
..
arguments.mwtest Tokenizer tests for wikilinks. 11 years ago
comments.mwtest Add a few unit tests for untested code; remove a useless conditional. 9 years ago
external_links.mwtest Some fixes for the parsing of external links (#232) 3 years ago
headings.mwtest Tokenizer tests for headings. Also, add an integration test. 11 years ago
html_entities.mwtest Support HTML entities inside parser-blacklisted tags (closes #36) 10 years ago
integration.mwtest Fix parsing of nested wikilinks 2 years ago
tables.mwtest Fix not memoizing bad routes after failing inside a table (fixes #206) 5 years ago
tags.mwtest Fix a rare parsing bug involving nested broken tags. 6 years ago
tags_wikimarkup.mwtest Cleanup; add a missing test. 9 years ago
templates.mwtest Fix parsing of section headings inside templates (#233) 3 years ago
text.mwtest Incomplete code for C tokenizer textbuffer. 8 years ago
wikilinks.mwtest Fix parsing of nested wikilinks 2 years ago