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 36180a9e47 To clarify usage, emit_text() -> emit_char() and emit_string() -> emit_text() 11 jaren geleden
..
__init__.py Support a 'use_c' field to explicitly disable the C tokenizer. 11 jaren geleden
builder.py wiki_markup stores the markup itself instead of a bool 11 jaren geleden
contexts.py Only do a second pass if one would produce a different result. 11 jaren geleden
tokenizer.c To clarify usage, emit_text() -> emit_char() and emit_string() -> emit_text() 11 jaren geleden
tokenizer.h handle_list_marker() and handle_list() 11 jaren geleden
tokenizer.py More refactoring (combine _emit_tag_open() and _emit_tag_close()) 11 jaren geleden
tokens.py wiki_markup stores the markup itself instead of a bool 11 jaren geleden