mediawiki-extensions-Visual.../modules/parser
Gabriel Wicke 4cd8b302ac Improved template tokenization. The parser can now template-expand
[[:en:Barack Obama]] without exceeding 1.7GB of memory (which is the node
limit).
2012-03-12 17:31:45 +00:00
..
html5
ext.Cite.js Token representation clean-up. Now all tokens are differentiated using 2012-03-07 20:06:54 +00:00
ext.cite.taghook.ref.js
ext.core.AttributeExpander.js Improve generic attribute expansion before external link processing, and make 2012-03-06 18:02:35 +00:00
ext.core.LinkHandler.js Improvements for image option handling. 2012-03-08 10:03:22 +00:00
ext.core.NoIncludeOnly.js Token representation clean-up. Now all tokens are differentiated using 2012-03-07 20:06:54 +00:00
ext.core.ParserFunctions.js Improved template tokenization. The parser can now template-expand 2012-03-12 17:31:45 +00:00
ext.core.PostExpandParagraphHandler.js Token representation clean-up. Now all tokens are differentiated using 2012-03-07 20:06:54 +00:00
ext.core.QuoteTransformer.js Replace console.log with console.warn in all debug statements 2012-02-14 20:56:14 +00:00
ext.core.Sanitizer.js Revert "* Always sort attributes (+1 test pass)." 2012-02-20 22:26:12 +00:00
ext.core.TemplateHandler.js Improved template tokenization. The parser can now template-expand 2012-03-12 17:31:45 +00:00
ext.Util.js A few improvements to external link and image handling. 264 tests passing. 2012-03-05 15:34:27 +00:00
ext.util.TokenCollector.js Token representation clean-up. Now all tokens are differentiated using 2012-03-07 20:06:54 +00:00
mediawiki.DOMConverter.js Replace console.log with console.warn in all debug statements 2012-02-14 20:56:14 +00:00
mediawiki.DOMPostProcessor.js Replace console.log with console.warn in all debug statements 2012-02-14 20:56:14 +00:00
mediawiki.HTML5TreeBuilder.node.js Token representation clean-up. Now all tokens are differentiated using 2012-03-07 20:06:54 +00:00
mediawiki.parser.defines.js Token representation clean-up. Now all tokens are differentiated using 2012-03-07 20:06:54 +00:00
mediawiki.parser.environment.js Improved template tokenization. The parser can now template-expand 2012-03-12 17:31:45 +00:00
mediawiki.parser.js Delegate responsibility for resetting the token rank to transforms, if full 2012-03-07 19:29:53 +00:00
mediawiki.Title.js Improve generic attribute expansion before external link processing, and make 2012-03-06 18:02:35 +00:00
mediawiki.tokenizer.peg.js Improved template tokenization. The parser can now template-expand 2012-03-12 17:31:45 +00:00
mediawiki.TokenTransformManager.js Fix some usages of splice.apply in the data model to use 2012-03-10 00:31:28 +00:00
parse.js A few fixes to parser functions and template expansion. Trim whitespace off 2012-03-08 11:44:37 +00:00
pegTokenizer.pegjs.txt Improved template tokenization. The parser can now template-expand 2012-03-12 17:31:45 +00:00
README.txt Hack up some rudimentary image rendering. Using jshashes for the md5, and 2012-03-01 13:51:53 +00:00

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.

npm dependencies: (This should be a proper package.json for npm to do it automatically?)

jquery
jsdom
buffer
optimist
pegjs
querystring
html5
jshashes
request (also required and automatically installed by jsdom)
assert

The following additional modules are used in parserTests:

colors (for parserTests eye candy)
diff (parserTests output diffing)