Re: Cheap and cheerful railroad diagrams

I see some errors, but it's a nice start!
 I think ONEOF is more readable than INCL, and NONEOF for EXCL

 Something goes wrong with repeat0 and repeat1

 Something goes wrong with single quotes (see string as an example).

 You could split individual members of a character set, so that ["0"-"9"; 
"a"-"f"; "A"-"F"] appears as INCL "0"-"9"; INCL "a"-"f"; INCL "A"-"F". This 
might give a better looking diagram.

 The rule for insertion is wrong.

Steven



On Thursday 01 September 2022 13:30:29 (+02:00), Steven Pemberton wrote:

 > Great stuff!
 >
 > Here's the diagram as XHTML+SVG
 >
 > Steven

Received on Thursday, 1 September 2022 11:43:11 UTC