mediawiki-extensions-Visual.../modules/parser
Gabriel Wicke a8fa9433c4 Convert quote handling (italic/bold) to a core extension operating on the
token stream. This is the first token transformation exercising the
TokenTransformer class as its dispatcher. Template expansions, wiki link
formatting, tag sanitation and extensions should be able to use the same
dispatcher by registering for specific token types.

The parser performance is very slightly improved as the token stream is only
traversed once.
2011-12-12 20:53:14 +00:00
..
html5 Rename html5TokenEmitter to HTML5TreeBuilder, and the contained Tokenizer to 2011-12-08 10:37:18 +00:00
ext.cite.taghook.ref.js Moving parser stuff back into the modules folder (oops) 2011-11-02 21:45:57 +00:00
ext.core.QuoteTransformer.js Convert quote handling (italic/bold) to a core extension operating on the 2011-12-12 20:53:14 +00:00
mediawiki.DOMPostProcessor.js Fixes to tables, headings and misc smaller stuff. Tracked down an issue caused 2011-12-04 19:23:24 +00:00
mediawiki.HTML5TreeBuilder.node.js Further renaming, this time from pegParser to pegTokenizer. 2011-12-08 10:59:44 +00:00
mediawiki.parser.environment.js Moving parser stuff back into the modules folder (oops) 2011-11-02 21:45:57 +00:00
mediawiki.tokenizer.peg.js Refactor parserTests somewhat into a class-like structure, and wire up the 2011-12-12 14:03:54 +00:00
mediawiki.TokenTransformer.js Convert quote handling (italic/bold) to a core extension operating on the 2011-12-12 20:53:14 +00:00
pegTokenizer.pegjs.txt Convert quote handling (italic/bold) to a core extension operating on the 2011-12-12 20:53:14 +00:00