mediawiki-extensions-Visual.../modules/parser
Gabriel Wicke 4e6a54560a * Emit token chunks for top-level block elements by patching the source of the
tokenizer
* Fix a bug uncovered by this
* Increase the number of outstanding listeners on a single download to 10000
2012-01-22 23:21:53 +00:00
..
html5
ext.Cite.js
ext.cite.taghook.ref.js
ext.core.NoIncludeOnly.js * NoInclude and IncludeOnly improvements 2012-01-20 22:02:23 +00:00
ext.core.ParserFunctions.js Bug fixes and a first stab at a #time parser function. You can expand the main 2012-01-22 07:07:16 +00:00
ext.core.PostExpandParagraphHandler.js
ext.core.QuoteTransformer.js
ext.core.Sanitizer.js
ext.core.TemplateHandler.js * Emit token chunks for top-level block elements by patching the source of the 2012-01-22 23:21:53 +00:00
ext.Util.js
ext.util.TokenCollector.js Fix a bug in TokenCollector, and misc tweaks for template expansions. 2012-01-20 18:47:17 +00:00
mediawiki.DOMConverter.js
mediawiki.DOMPostProcessor.js
mediawiki.HTML5TreeBuilder.node.js
mediawiki.parser.environment.js A few parser function fixes and maximum template expansion in environment 2012-01-22 19:32:28 +00:00
mediawiki.parser.js Support empty template arguments and default values in arg expansion 2012-01-21 03:03:33 +00:00
mediawiki.tokenizer.peg.js * Emit token chunks for top-level block elements by patching the source of the 2012-01-22 23:21:53 +00:00
mediawiki.TokenTransformManager.js * Emit token chunks for top-level block elements by patching the source of the 2012-01-22 23:21:53 +00:00
parse.js A few parser function fixes and maximum template expansion in environment 2012-01-22 19:32:28 +00:00
pegTokenizer.pegjs.txt * Emit token chunks for top-level block elements by patching the source of the 2012-01-22 23:21:53 +00:00
README.txt

A combined Mediawiki and html parser in JavaScript running on node.js. Please
see https://www.mediawiki.org/wiki/Future/Parser_development for an overview
of the current implementation, and instructions on running the tests.