Skip to content

Commit

Permalink
new relase date
Browse files Browse the repository at this point in the history
  • Loading branch information
tscherter committed Sep 27, 2023
1 parent 556324d commit 3d5b504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ebnf.php
Expand Up @@ -19,6 +19,7 @@
2009-01-02 version 0.2
- title und comment literal added
- ";" als terminator-symbol added
2023-09-28 version 0.3 prefixed all constants
*/

define('META', 'https://www.dokuwiki.org/plugin:ebnf');
Expand Down Expand Up @@ -376,5 +377,3 @@ function ebnf_parse_factor(&$dom, &$tokens, &$i) {
}
throw new Exception("Factor expected: {$token['pos']}");
}

?>
2 changes: 1 addition & 1 deletion plugin.info.txt
@@ -1,6 +1,6 @@
base ebnf
author Vincent Tscherter
email vincent.tscherter@gmail.com
email vincent@tscherter.net
date 2023-09-27
name EBNF Parser and Syntax Diagram Renderer
desc Parses grammars in backus-naur form (EBNF) and renders as syntax diagram
Expand Down
2 changes: 1 addition & 1 deletion syntax.php
Expand Up @@ -6,7 +6,7 @@
*
* @license GPL3
* @author Vincent Tscherter <vinent.tscherter@karmin.ch>
* @version 0.1
* @version 0.2
*/

use dokuwiki\Extension\SyntaxPlugin;
Expand Down

0 comments on commit 3d5b504

Please sign in to comment.