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 314dd19c47
Merge branch 'develop' into sections_in_templates
3 年之前
..
avl_tree.c Remove stdbool.h from avl_tree since MSVC doesn't like it. 7 年之前
avl_tree.h Fix declarations for C89 compatibility (forgot MSVC needed that...) 7 年之前
common.h Drop Python 2 support 4 年之前
contexts.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) 7 年之前
definitions.c Assorted cleanup, linter fixes, and improvements for Python 3 3 年之前
definitions.h Update copyright for 2016. 8 年之前
tag_data.c Update copyright for 2016. 8 年之前
tag_data.h Drop Python 2 support 4 年之前
textbuffer.c Drop Python 2 support 4 年之前
textbuffer.h Drop Python 2 support 4 年之前
tok_parse.c Merge branch 'develop' into sections_in_templates 3 年之前
tok_parse.h Drop Python 2 support 4 年之前
tok_support.c Drop Python 2 support 4 年之前
tok_support.h Drop Python 2 support 4 年之前
tokenizer.c Drop Python 2 support 4 年之前
tokenizer.h Drop Python 2 support 4 年之前
tokens.c Update copyright for 2016. 8 年之前
tokens.h Update copyright for 2016. 8 年之前