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 708bee59e1 Minor cleanup 5 years ago
..
ctokenizer Fix crash due to PyList_GET_SIZE being applied to a dict (fixes #208) 5 years ago
__init__.py Minor cleanup 5 years ago
builder.py Support manual construction of Node objects (fixes #214) 5 years ago
contexts.py Speed up parsing deeply nested syntax by caching bad routes (fixes #42) 7 years ago
tokenizer.py Minor cleanup 5 years ago
tokens.py Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade 5 years ago