EBNF Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Renders syntax diagrams in EBNF

Last updated on
2009-01-19
Provides
Syntax

Tagged with diagram, images, media

Download and Installation

Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.

See also: http://wiki.karmin.ch/ebnf/

Syntax Example

<ebnf> "EBNF defined in itself" {
  syntax     = { production } . 
  production = identifier "=" expression "." .
  expression = term { "|" term } .
  term       = factor { factor } .
  factor     = identifier
             | literal
             | "[" expression "]"
             | "(" expression ")"
             | "{" expression "}" .
  identifier = character { character } .
  literal    = "'" character { character } "'"
             | '"' character { character } '"' .
} </ebnf>

plugin/ebnf.txt · Last modified: 2010/10/10 14:31 by lupo49
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsGitXRefTranslate