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 22e869b142 Fix a failing HTML entity test in the C tokenizer. 11 years ago
..
__init__.py Support a 'use_c' field to explicitly disable the C tokenizer. 11 years ago
builder.py Update copyright notices for 2013. 11 years ago
contexts.py Port CTokenizer's verify_safe method to Python to solve a failing test. 11 years ago
tokenizer.c Fix a failing HTML entity test in the C tokenizer. 11 years ago
tokenizer.h Fix tokenizer.c on Windows; add another template test (#25) 11 years ago
tokenizer.py Fix recursion issues by giving up at a certain point (closes #16). 11 years ago
tokens.py Update copyright notices for 2013. 11 years ago