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 fa98aad408 Bump copyright [skip ci] 5 years ago
..
avl_tree.c Remove stdbool.h from avl_tree since MSVC doesn't like it. 7 years ago
avl_tree.h Fix declarations for C89 compatibility (forgot MSVC needed that...) 7 years ago
common.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) 7 years ago
contexts.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) 7 years ago
definitions.c Add <wbr> to definitions.py 5 years ago
definitions.h Update copyright for 2016. 8 years ago
tag_data.c Update copyright for 2016. 8 years ago
tag_data.h Update copyright for 2016. 8 years ago
textbuffer.c Update copyright for 2016. 8 years ago
textbuffer.h Update copyright for 2016. 8 years ago
tok_parse.c Bump copyright [skip ci] 5 years ago
tok_parse.h Update copyright for 2016. 8 years ago
tok_support.c Don't get stuck in tags with unclosed quoted attributes (fixes #190). 6 years ago
tok_support.h Don't get stuck in tags with unclosed quoted attributes (fixes #190). 6 years ago
tokenizer.c Fix crash due to PyList_GET_SIZE being applied to a dict (fixes #208) 5 years ago
tokenizer.h Update copyright for 2016. 8 years ago
tokens.c Update copyright for 2016. 8 years ago
tokens.h Update copyright for 2016. 8 years ago