(1) In this line:
QSAFE_CHAR ~ [!\x23-\x7E] | WSP | NON_ASCII
is the '!' meant to be a literal '!' or a negated set, in which case '^' is 
used?

(2) In this line:
    | [\xF0]     [\x90-\xBF][\x80-\xBF][\x80-\xBF]
is that '\x90' meant to be '\x80' like the lines above and below it, or 
really '\x90'?

-- 
You received this message because you are subscribed to the Google Groups 
"marpa parser" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to