A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Ben Kurtovic b3c98efd22 Fix a parsing bug involving deeply nested style tags (fixes #224) vor 4 Jahren
..
avl_tree.c Remove stdbool.h from avl_tree since MSVC doesn't like it. vor 7 Jahren
avl_tree.h Fix declarations for C89 compatibility (forgot MSVC needed that...) vor 7 Jahren
common.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) vor 7 Jahren
contexts.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) vor 7 Jahren
definitions.c Add <wbr> to definitions.py vor 5 Jahren
definitions.h Update copyright for 2016. vor 8 Jahren
tag_data.c Update copyright for 2016. vor 8 Jahren
tag_data.h Update copyright for 2016. vor 8 Jahren
textbuffer.c Update copyright for 2016. vor 8 Jahren
textbuffer.h Update copyright for 2016. vor 8 Jahren
tok_parse.c Fix a parsing bug involving deeply nested style tags (fixes #224) vor 4 Jahren
tok_parse.h Update copyright for 2016. vor 8 Jahren
tok_support.c Don't get stuck in tags with unclosed quoted attributes (fixes #190). vor 6 Jahren
tok_support.h Don't get stuck in tags with unclosed quoted attributes (fixes #190). vor 6 Jahren
tokenizer.c Fix crash due to PyList_GET_SIZE being applied to a dict (fixes #208) vor 5 Jahren
tokenizer.h Update copyright for 2016. vor 8 Jahren
tokens.c Update copyright for 2016. vor 8 Jahren
tokens.h Update copyright for 2016. vor 8 Jahren