DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:ebnf

This is an old revision of the document!


EBNF Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Renders syntax diagrams in EBNF

Last updated on
2015-02-16
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with diagram, images, media

Download and Installation

Download and install the plugin using the Plugin Manager.

See also: http://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.1430009153.txt.gz · Last modified: 2015-04-26 02:45 by 62.83.241.30

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki