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 0497b54f03 Fix _handle_single_tag_end()'s token search order (fixes #74) 10 years ago
..
__init__.py Allow passing skip_style_tags to parse() (fixes #73) 10 years ago
builder.py Update copyright notices for 2014. 10 years ago
contexts.py Fix a bug involving nested links (closes #61 and #62). 10 years ago
tokenizer.c Fix _handle_single_tag_end()'s token search order (fixes #74) 10 years ago
tokenizer.h Fix a bug involving nested links (closes #61 and #62). 10 years ago
tokenizer.py Fix _handle_single_tag_end()'s token search order (fixes #74) 10 years ago
tokens.py Avoid custom constructor and sub-class `dict` directly instead. 10 years ago