A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Ben Kurtovic b3c98efd22 Fix a parsing bug involving deeply nested style tags (fixes #224) před 4 roky
..
avl_tree.c Remove stdbool.h from avl_tree since MSVC doesn't like it. před 7 roky
avl_tree.h Fix declarations for C89 compatibility (forgot MSVC needed that...) před 7 roky
common.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) před 7 roky
contexts.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) před 7 roky
definitions.c Add <wbr> to definitions.py před 5 roky
definitions.h Update copyright for 2016. před 8 roky
tag_data.c Update copyright for 2016. před 8 roky
tag_data.h Update copyright for 2016. před 8 roky
textbuffer.c Update copyright for 2016. před 8 roky
textbuffer.h Update copyright for 2016. před 8 roky
tok_parse.c Fix a parsing bug involving deeply nested style tags (fixes #224) před 4 roky
tok_parse.h Update copyright for 2016. před 8 roky
tok_support.c Don't get stuck in tags with unclosed quoted attributes (fixes #190). před 6 roky
tok_support.h Don't get stuck in tags with unclosed quoted attributes (fixes #190). před 6 roky
tokenizer.c Fix crash due to PyList_GET_SIZE being applied to a dict (fixes #208) před 5 roky
tokenizer.h Update copyright for 2016. před 8 roky
tokens.c Update copyright for 2016. před 8 roky
tokens.h Update copyright for 2016. před 8 roky