mediawiki-extensions-Visual.../modules/parser
Gabriel Wicke e72dee76e4 Follow-up to r106208 and r106207. Both good catches, thanks Yair! As this code
is in its early stages and nowhere near deployment, please Be Bold and just
commit things like this directly! IMHO it makes more sense to fully review this
once it settles down a bit.
2011-12-15 10:13:50 +00:00
..
html5 Rename html5TokenEmitter to HTML5TreeBuilder, and the contained Tokenizer to 2011-12-08 10:37:18 +00:00
ext.Cite.js Comment out a stray console.log 2011-12-14 23:44:58 +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 the Cite extension to a token stream transformer. 2011-12-13 14:48:47 +00:00
mediawiki.DOMConverter.js Follow-up to r106208 and r106207. Both good catches, thanks Yair! As this code 2011-12-15 10:13:50 +00:00
mediawiki.DOMPostProcessor.js Add rough HTML DOM to WikiDom conversion. You can see serialized WikiDom of 2011-12-14 15:15:41 +00:00
mediawiki.HTML5TreeBuilder.node.js A collection of small bug fixes to the grammar, Cite, the Token format 2011-12-14 23:38:46 +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.TokenTransformDispatcher.js Update comments a bit and add a note on things to improve in API. 2011-12-14 09:33:25 +00:00
pegTokenizer.pegjs.txt Accept row-only tables. The parser now eats [[en:Barack Obama]] as-is. Hooray! 2011-12-15 00:39:28 +00:00
README.txt Add a README file pointing to the wiki documentation. 2011-12-12 22:30:11 +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.