A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ben Kurtovic 86c805d59b Don't get stuck in tags with unclosed quoted attributes (fixes #190). пре 6 година
..
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 Update copyright for 2016. пре 8 година
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 Don't get stuck in tags with unclosed quoted attributes (fixes #190). пре 6 година
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 compilation issue on Travis since GCC uses C90 by default there. пре 7 година
tokenizer.h Update copyright for 2016. пре 8 година
tokens.c Update copyright for 2016. пре 8 година
tokens.h Update copyright for 2016. пре 8 година