A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Ben Kurtovic 871d48c688 Solve a couple more coverage issues; tighten. 10 年前
..
__init__.py Raise ParserError for internal problems. Improve coverage. Cleanup. 10 年前
builder.py Store builder handlers in a dictionary. ~5% speedup. 10 年前
contexts.py Fix a bug involving nested links (closes #61 and #62). 10 年前
tokenizer.c Add a few unit tests for untested code; remove a useless conditional. 10 年前
tokenizer.h Support attributes quoted with '; add required quotes in value setter. 10 年前
tokenizer.py Solve a couple more coverage issues; tighten. 10 年前
tokens.py Support attributes quoted with '; add required quotes in value setter. 10 年前