mediawiki-extensions-Visual.../modules/parser
Gabriel Wicke 14a8a13678 A few more debug helpers including a --trace mode for light debugging. Some
improvements to parser functions on the way to support the cite extensions.
Preparation for generic template and template arg in attribute support. 222
parser tests now passing.
2012-01-31 16:50:16 +00:00
..
html5 Land big TokenTransformDispatcher and eventization refactoring. 2012-01-03 18:44:31 +00:00
ext.Cite.js Two batteries worth of token transform manager refactoring. 2012-01-09 17:49:16 +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.NoIncludeOnly.js A few more debug helpers including a --trace mode for light debugging. Some 2012-01-31 16:50:16 +00:00
ext.core.ParserFunctions.js A few more debug helpers including a --trace mode for light debugging. Some 2012-01-31 16:50:16 +00:00
ext.core.PostExpandParagraphHandler.js Clean up 'END' token handling a bit. 2012-01-17 20:01:21 +00:00
ext.core.QuoteTransformer.js Clean up 'END' token handling a bit. 2012-01-17 20:01:21 +00:00
ext.core.Sanitizer.js Fix comment to reflect the actual regexp/spec in the JS version as well. 2012-01-18 19:35:13 +00:00
ext.core.TemplateHandler.js A few more debug helpers including a --trace mode for light debugging. Some 2012-01-31 16:50:16 +00:00
ext.Util.js Clean up 'END' token handling a bit. 2012-01-17 20:01:21 +00:00
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 Collapse all requests per template into a single outstanding request using an 2012-01-20 02:36:18 +00:00
mediawiki.DOMPostProcessor.js Use isBlockTag in DOMPostProcessor 2012-01-17 18:30:22 +00:00
mediawiki.HTML5TreeBuilder.node.js A few minor tweaks to reduce memory usage 2012-01-27 13:32:44 +00:00
mediawiki.parser.environment.js A few more debug helpers including a --trace mode for light debugging. Some 2012-01-31 16:50:16 +00:00
mediawiki.parser.js A few more debug helpers including a --trace mode for light debugging. Some 2012-01-31 16:50:16 +00:00
mediawiki.tokenizer.peg.js A few minor tweaks to reduce memory usage 2012-01-27 13:32:44 +00:00
mediawiki.TokenTransformManager.js A few more debug helpers including a --trace mode for light debugging. Some 2012-01-31 16:50:16 +00:00
parse.js A few more debug helpers including a --trace mode for light debugging. Some 2012-01-31 16:50:16 +00:00
pegTokenizer.pegjs.txt A few more debug helpers including a --trace mode for light debugging. Some 2012-01-31 16:50:16 +00:00
README.txt added dependencies to README 2012-01-31 00:56:07 +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?)

assert
buffer
events
fs
jquery
jsdom
optimist
path
pegjs
querystring
request