2009/9/2 "Markus W. Weißmann" :
> There is a wiki grammar described in this paper [1]; it is for ANTLR afair,
> but as ANTLR is just a LL parser generator, a transformation should be
> rather easy.
Mmm.
Antlr has
heading
: heading_markup heading_content ( heading_markup )? ( blanks )?
paragraph
Thanks Markus, I'll need time to study that :-)
Strikes me the ? + * notation with braces is much simpler, syntax wise!
regards DaveP
--
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk
___
help-bison@gnu.org http://lists.gnu.
> 2009/9/2 "Markus W. WeiÃmann" :
>
>> There is a wiki grammar described in this paper [1]; it is for ANTLR
>> afair,
>> but as ANTLR is just a LL parser generator, a transformation should be
>> rather easy.
>
>
> Mmm.
>
> Antlr has
> heading
> : heading_markup heading_content ( heading_markup )?