diff --git a/_dev/zoo.xml b/_dev/zoo.xml index 2064ebcb..66b9e749 100644 --- a/_dev/zoo.xml +++ b/_dev/zoo.xml @@ -135,7 +135,7 @@ - R. Lämmel, V. Zaytsev. Recovering Grammar Relationships for the Java Language Specification. ACM CRR; SQJ 19:2. + R. Lämmel, V. Zaytsev. Recovering Grammar Relationships for the Java Language Specification. ACM CoRR; SQJ 19:2. 10.1007/s11219-010-9116-5 SQJ @@ -1397,6 +1397,194 @@ Wiki + + MediaWiki in BNF + + Recovered + wiki/mediawiki-bnf + + MediaWiki, <em xmlns="http://www.w3.org/1999/xhtml">Markup spec/BNF/Article title</em>, Revision 295042 + 28 December 2009 + + http://www.mediawiki.org/w/index.php?title=Markup_spec/BNF/Article_title&oldid=295042 + Page + + + + MediaWiki, <em xmlns="http://www.w3.org/1999/xhtml">Markup spec/BNF/Article</em>, Revision 281674 + 17 October 2009 + + http://www.mediawiki.org/w/index.php?title=Markup_spec/BNF/Article&oldid=281674 + Page + + + + MediaWiki, <em xmlns="http://www.w3.org/1999/xhtml">Markup spec/BNF/Noparse-block</em>, Revision 372814 + 30 December 2010 + + http://www.mediawiki.org/w/index.php?title=Markup_spec/BNF/Noparse-block&oldid=372814 + Page + + + + MediaWiki, <em xmlns="http://www.w3.org/1999/xhtml">Markup spec/BNF/Links</em>, Revision 376721 + 18 January 2011 + + http://www.mediawiki.org/w/index.php?title=Markup_spec/BNF/Links&oldid=376721 + Page + + + + MediaWiki, <em xmlns="http://www.w3.org/1999/xhtml">Markup spec/BNF/Magic links</em>, Revision 269783 + 8 August 2009 + + http://www.mediawiki.org/w/index.php?title=Markup_spec/BNF/Magic_links&oldid=269783 + Page + + + + MediaWiki, <em xmlns="http://www.w3.org/1999/xhtml">Markup spec/BNF/Special block</em>, Revision 281676 + 17 October 2009 + + http://www.mediawiki.org/w/index.php?title=Markup_spec/BNF/Special_block&oldid=281676 + Page + + + + MediaWiki, <em xmlns="http://www.w3.org/1999/xhtml">Markup spec/BNF/Inline text</em>, Revision 295055 + 29 December 2009 + + http://www.mediawiki.org/w/index.php?title=Markup_spec/BNF/Inline_text&oldid=295055 + Page + + + + MediaWiki, <em xmlns="http://www.w3.org/1999/xhtml">Markup spec/BNF/Fundamental elements</em>, Revision 212918 + 17 September 2008 + + http://www.mediawiki.org/w/index.php?title=Markup_spec/BNF/Fundamental_elements&oldid=212918 + Page + + + + Extraction + + topics/grammars/wiki/mediawiki-bnf/main.edd + EDD + + + topics/grammars/wiki/mediawiki-bnf/metawiki.edd + EDD + + + topics/grammars/wiki/mediawiki-bnf/noparse.edd + EDD + + + topics/grammars/wiki/mediawiki-bnf/special.edd + EDD + + + topics/grammars/wiki/mediawiki-bnf/inline.edd + EDD + + + topics/recovery/hunter/hunter.py + Hunter + + + + Recovery + + wiki/mediawiki-bnf-utilise-repetition + utilise-repetition + + + wiki/mediawiki-bnf-remove-concatenation + remove-concatenation + + + wiki/mediawiki-bnf-remove-extension-points + remove-extension-points + + + wiki/mediawiki-bnf-remove-php-legacy + remove-php-legacy + + + wiki/mediawiki-bnf-deyaccify + deyaccify + + + wiki/mediawiki-bnf-remove-comments + remove-comments + + + wiki/mediawiki-bnf-remove-lookahead + remove-lookahead + + + wiki/mediawiki-bnf-remove-duplicates + remove-duplicates + + + wiki/mediawiki-bnf-dehtmlify + dehtmlify + + + wiki/mediawiki-bnf-utilise-question + utilise-question + + + wiki/mediawiki-bnf-fix-markup + fix-markup + + + wiki/mediawiki-bnf-define-special-symbols + define-special-symbols + + + wiki/mediawiki-bnf-fake-exclusion + fake-exclusion + + + wiki/mediawiki-bnf-remove-postfix-case + remove-postfix-case + + + wiki/mediawiki-bnf-fix-names + fix-names + + + wiki/mediawiki-bnf-unify-whitespace + unify-whitespace + + + wiki/mediawiki-bnf-connect-grammar + connect-grammar + + + wiki/mediawiki-bnf-refactor-repetition + refactor-repetition + + + wiki/mediawiki-bnf-define-lexicals + define-lexicals + + + + V. Zaytsev. MediaWiki Grammar Recovery. ACM CoRR. + + http://arxiv.org/abs/1107.4661 + arXiv + + + http://grammarware.net/text/2011/mediawiki.pdf + Paper + + + + MediaWiki in EBNF diff --git a/testmatch/index.html b/testmatch/index.html index ed5ed88f..97944a36 100644 --- a/testmatch/index.html +++ b/testmatch/index.html @@ -100,7 +100,7 @@

Grammar sources

  • TESCOL grammars by Bernd Fischer and his students: [Original] [Reference] - [Extracted] + [Extracted]
  • Paper

    @@ -109,16 +109,17 @@

    Paper

    B. Fischer, R. Lämmel, V. Zaytsev. Comparison of Context-free Grammars Based on Parsing Generated Test Data. - Submitted to SLE 2011. + Pre-proceedings and post-proceedings of SLE 2011. [Abstract] - [Draft] + [PDF] + [Slides]
    - The page is maintained by Dr. Vadim Zaytsev a.k.a. @grammarware. Last updated: April 2011. + The page is maintained by Dr. Vadim Zaytsev a.k.a. @grammarware. Last updated: July 2011.
    XHTML 1.0 CSS 2.1
    diff --git a/zoo/index.html b/zoo/index.html index 6c0bad11..876d3bed 100644 --- a/zoo/index.html +++ b/zoo/index.html @@ -14,7 +14,7 @@ The objective of the Grammar Zoo is to accumulate grammars of contemporary programming languages, extracted and recovered from language documentation, parser specifications and other artifacts and make them available in a range of formats. -

    38 grammars and counting

    AdaCC++C#EiffelFortranJavaModulaXPathWiki


    Ada

    Ada 95Ada 2005

    Ada 95 (4 grammars)