> On May 5, 2017, at 6:33 AM, Jan Nieuwenhuizen <[email protected]> wrote:
> 
> Matt Wette writes:
> 
>> I see that you have PEG parser.  You could use that to implement regexps I 
>> believe. 
> 
> That's an interesting suggestion...however PEG is currently terribly
> slow with Mes.  I added it before adding Nyacc to give me the option
> to write the C parser in.

Fine.  The tiny bit of code I use regexp for can be done easily with a finite 
state machine and charsets.

Matt



Reply via email to