Hi Bram,Nikolai,

I went through the regxp code and have a few questions...

First, Why use this kind of a coding scheme and encode patterns rather
than using a state diagram ? ( Performance/Memory ? ). Secondly, is it a
requirement that the new implementation has to follow the same method ?
I mean, can't I use a state diagram ( which is easy to implement in my
opinion ) to simulate the NFA ?

PS: My questions might be incomplete, My understanding of the current
implementation is limited; I'll be asking few dumb questions here and
there, please excuse me for that.. 

- Asiri

Reply via email to