A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Ben Kurtovic 2c206bc16b Fix crash due to PyList_GET_SIZE being applied to a dict (fixes #208) 5 anni fa
..
avl_tree.c Remove stdbool.h from avl_tree since MSVC doesn't like it. 7 anni fa
avl_tree.h Fix declarations for C89 compatibility (forgot MSVC needed that...) 7 anni fa
common.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) 7 anni fa
contexts.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) 7 anni fa
definitions.c Add <wbr> to definitions.py 5 anni fa
definitions.h Update copyright for 2016. 8 anni fa
tag_data.c Update copyright for 2016. 8 anni fa
tag_data.h Update copyright for 2016. 8 anni fa
textbuffer.c Update copyright for 2016. 8 anni fa
textbuffer.h Update copyright for 2016. 8 anni fa
tok_parse.c Fix signals getting stuck inside the C tokenizer (#206) 5 anni fa
tok_parse.h Update copyright for 2016. 8 anni fa
tok_support.c Don't get stuck in tags with unclosed quoted attributes (fixes #190). 6 anni fa
tok_support.h Don't get stuck in tags with unclosed quoted attributes (fixes #190). 6 anni fa
tokenizer.c Fix crash due to PyList_GET_SIZE being applied to a dict (fixes #208) 5 anni fa
tokenizer.h Update copyright for 2016. 8 anni fa
tokens.c Update copyright for 2016. 8 anni fa
tokens.h Update copyright for 2016. 8 anni fa