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 871d48c688 Solve a couple more coverage issues; tighten. 9 years ago
..
__init__.py Raise ParserError for internal problems. Improve coverage. Cleanup. 10 years ago
builder.py Store builder handlers in a dictionary. ~5% speedup. 10 years ago
contexts.py Fix a bug involving nested links (closes #61 and #62). 10 years ago
tokenizer.c Add a few unit tests for untested code; remove a useless conditional. 10 years ago
tokenizer.h Support attributes quoted with '; add required quotes in value setter. 10 years ago
tokenizer.py Solve a couple more coverage issues; tighten. 9 years ago
tokens.py Support attributes quoted with '; add required quotes in value setter. 10 years ago