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 b9324eb658 Fix Python tokenizer to not generate empty Text tokens. 10 years ago
..
__init__.py Support a 'use_c' field to explicitly disable the C tokenizer. 11 years ago
builder.py Add external link contexts; reorder stuff for consistency. 10 years ago
contexts.py Implement improved wikilink handling. 10 years ago
tokenizer.c Finish external links implementation. 10 years ago
tokenizer.h Implement Tokenizer_really_parse_external_link(), some other fixes 10 years ago
tokenizer.py Fix Python tokenizer to not generate empty Text tokens. 10 years ago
tokens.py Add external link contexts; reorder stuff for consistency. 10 years ago