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ů.
 
 
 
 
Kunal Mehta e506380318 Add <wbr> to definitions.py před 5 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 Don't get stuck in tags with unclosed quoted attributes (fixes #190). před 6 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 compilation issue on Travis since GCC uses C90 by default there. před 7 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