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 2305cc7d83 Merge branch 'feature/c_improvements' into develop (closes #18) 10 years ago
..
__init__.py Support a 'use_c' field to explicitly disable the C tokenizer. 11 years ago
builder.py wiki_markup stores the markup itself instead of a bool 10 years ago
contexts.py Consolidate some code in _parse_comment() 10 years ago
tokenizer.c Merge branch 'feature/c_improvements' into develop (closes #18) 10 years ago
tokenizer.h More unification. 10 years ago
tokenizer.py Support HTML entities inside parser-blacklisted tags (closes #36) 10 years ago
tokens.py wiki_markup stores the markup itself instead of a bool 10 years ago