A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Ben Kurtovic 8c5f554406 Add guard against a rare crash in the C tokenizer há 5 anos
..
avl_tree.c Remove stdbool.h from avl_tree since MSVC doesn't like it. há 7 anos
avl_tree.h Fix declarations for C89 compatibility (forgot MSVC needed that...) há 7 anos
common.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) há 7 anos
contexts.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) há 7 anos
definitions.c Add <wbr> to definitions.py há 5 anos
definitions.h Update copyright for 2016. há 8 anos
tag_data.c Update copyright for 2016. há 8 anos
tag_data.h Update copyright for 2016. há 8 anos
textbuffer.c Update copyright for 2016. há 8 anos
textbuffer.h Update copyright for 2016. há 8 anos
tok_parse.c Add guard against a rare crash in the C tokenizer há 5 anos
tok_parse.h Update copyright for 2016. há 8 anos
tok_support.c Don't get stuck in tags with unclosed quoted attributes (fixes #190). há 6 anos
tok_support.h Don't get stuck in tags with unclosed quoted attributes (fixes #190). há 6 anos
tokenizer.c Fix crash due to PyList_GET_SIZE being applied to a dict (fixes #208) há 5 anos
tokenizer.h Update copyright for 2016. há 8 anos
tokens.c Update copyright for 2016. há 8 anos
tokens.h Update copyright for 2016. há 8 anos