1#JSGF V1.0 UTF-8 en;
2
3grammar org.pygments.example;
4
5// comment /*
6/*
7  multi-line
8  comment
9  /* without nesting
10  @example doesn't mean anything here.
11*/
12/**/
13
14/**
15  * A silly @example grammar.
16  *
17  * @author David Corbett
18  * @version 1
19* @see <org.pygments.example.en>
20  * @example hello world
21    @example hello ","
22  *
23  **@blah
24  **world
25  */
26public <sentence> = (/1/<en> | / 0.8f /<fr> |/0/<VOID>""""{}{})*<NULL>;
27<org.pygments.example.fr> = bonjour {hello} [,] "le monde" {world};
28<en> = (/56/hello|/3.14e3/"\"hello\"") {hello} {{ {\\//\} } world {world} !+ ;
29