A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Você não pode selecionar mais de 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 b3c98efd22 Fix a parsing bug involving deeply nested style tags (fixes #224) 4 anos atrás
..
avl_tree.c Remove stdbool.h from avl_tree since MSVC doesn't like it. 7 anos atrás
avl_tree.h Fix declarations for C89 compatibility (forgot MSVC needed that...) 7 anos atrás
common.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) 7 anos atrás
contexts.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) 7 anos atrás
definitions.c Add <wbr> to definitions.py 5 anos atrás
definitions.h Update copyright for 2016. 8 anos atrás
tag_data.c Update copyright for 2016. 8 anos atrás
tag_data.h Update copyright for 2016. 8 anos atrás
textbuffer.c Update copyright for 2016. 8 anos atrás
textbuffer.h Update copyright for 2016. 8 anos atrás
tok_parse.c Fix a parsing bug involving deeply nested style tags (fixes #224) 4 anos atrás
tok_parse.h Update copyright for 2016. 8 anos atrás
tok_support.c Don't get stuck in tags with unclosed quoted attributes (fixes #190). 6 anos atrás
tok_support.h Don't get stuck in tags with unclosed quoted attributes (fixes #190). 6 anos atrás
tokenizer.c Fix crash due to PyList_GET_SIZE being applied to a dict (fixes #208) 5 anos atrás
tokenizer.h Update copyright for 2016. 8 anos atrás
tokens.c Update copyright for 2016. 8 anos atrás
tokens.h Update copyright for 2016. 8 anos atrás