A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
Ben Kurtovic b3c98efd22 Fix a parsing bug involving deeply nested style tags (fixes #224) 4 роки тому
..
avl_tree.c Remove stdbool.h from avl_tree since MSVC doesn't like it. 7 роки тому
avl_tree.h Fix declarations for C89 compatibility (forgot MSVC needed that...) 7 роки тому
common.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) 7 роки тому
contexts.h Speed up parsing deeply nested syntax by caching bad routes (fixes #42) 7 роки тому
definitions.c Add <wbr> to definitions.py 5 роки тому
definitions.h Update copyright for 2016. 8 роки тому
tag_data.c Update copyright for 2016. 8 роки тому
tag_data.h Update copyright for 2016. 8 роки тому
textbuffer.c Update copyright for 2016. 8 роки тому
textbuffer.h Update copyright for 2016. 8 роки тому
tok_parse.c Fix a parsing bug involving deeply nested style tags (fixes #224) 4 роки тому
tok_parse.h Update copyright for 2016. 8 роки тому
tok_support.c Don't get stuck in tags with unclosed quoted attributes (fixes #190). 6 роки тому
tok_support.h Don't get stuck in tags with unclosed quoted attributes (fixes #190). 6 роки тому
tokenizer.c Fix crash due to PyList_GET_SIZE being applied to a dict (fixes #208) 5 роки тому
tokenizer.h Update copyright for 2016. 8 роки тому
tokens.c Update copyright for 2016. 8 роки тому
tokens.h Update copyright for 2016. 8 роки тому