Re: New user, seeking example

2009-09-03 Thread Dave Pawson
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

Re: New user, seeking example

2009-09-03 Thread Dave Pawson
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.

Re: New user, seeking example

2009-09-03 Thread Markus Weißmann
> 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 )?