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 fc66ce0654 Update remove() for when a templates has the same key multiple times. 11 years ago
..
extras Relaive imports because they are awesome; more stuff in SmartList. 11 years ago
__init__.py Starting main parser: Parser, Tokens, Tokenizer, Builder, BuildStack. 11 years ago
heading.py Finish implementing Builder for all existing Nodes; BuildStack. 11 years ago
html_entity.py Support &#Xhex; in addition to &#xhex;. 11 years ago
tag.py Finish implementing Builder for all existing Nodes; BuildStack. 11 years ago
template.py Update remove() for when a templates has the same key multiple times. 11 years ago
text.py Relaive imports because they are awesome; more stuff in SmartList. 11 years ago