A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Ben Kurtovic b3c98efd22 Fix a parsing bug involving deeply nested style tags (fixes #224) hace 4 años
..
arguments.mwtest Tokenizer tests for wikilinks. hace 11 años
comments.mwtest Add a few unit tests for untested code; remove a useless conditional. hace 9 años
external_links.mwtest Edge cases involving wikilink -> external link fallback (fixes #120) hace 8 años
headings.mwtest Tokenizer tests for headings. Also, add an integration test. hace 11 años
html_entities.mwtest Support HTML entities inside parser-blacklisted tags (closes #36) hace 10 años
integration.mwtest Fix a parsing bug involving deeply nested style tags (fixes #224) hace 4 años
tables.mwtest Fix not memoizing bad routes after failing inside a table (fixes #206) hace 5 años
tags.mwtest Fix a rare parsing bug involving nested broken tags. hace 6 años
tags_wikimarkup.mwtest Cleanup; add a missing test. hace 9 años
templates.mwtest Speed up parsing deeply nested syntax by caching bad routes (fixes #42) hace 6 años
text.mwtest Incomplete code for C tokenizer textbuffer. hace 8 años
wikilinks.mwtest Add tests for < and > in wilink titles/template names (#104) hace 9 años