Good day.

I am looking for a PEG parser generator for C language that uses input
characters different from 'char': the grammar I am implementing is
specified in UTF-16 16-bit words, so matching using regular 8-bit
chars would not be convenient.

Looks like both peg and pacc can be modified to allow it, so the
question is whether there is anything that works "out of the box".

Best regards,
Mikhail Gusarov.

_______________________________________________
PEG mailing list
PEG@lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/peg

Reply via email to