plugin:ebnf
Table of Contents
EBNF Plugin
Compatible with DokuWiki
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" unknown
- 2018-04-22 "Greebo" yes
- 2017-02-19 "Frusterick Manners" unknown
Download and Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
See also: http://karmin.ch/ebnf/
Syntax Example
<ebnf> "EBNF defined in itself" { syntax = [ title ] "{" { production } "}" [ comment ]. production = identifier "=" expression ( "." | ";" ) . expression = term { "|" term } . term = factor { factor } . factor = identifier | literal | "[" expression "]" | "(" expression ")" | "{" expression "}" . identifier = character { character } . title = literal . comment = literal . literal = "'" character { character } "'" | '"' character { character } '"' . }</ebnf>
plugin/ebnf.txt · Last modified: 2019-01-12 14:40 by LarsDW223