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 86c805d59b Don't get stuck in tags with unclosed quoted attributes (fixes #190). há 6 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 Update copyright for 2016. há 8 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 Don't get stuck in tags with unclosed quoted attributes (fixes #190). há 6 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 compilation issue on Travis since GCC uses C90 by default there. há 7 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