in reply to Re^2: Is there a way to allow consecutive zero-length matches without using pos()?
in thread Is there a way to allow consecutive zero-length matches without using pos()?
I'm trying to avoid analyzing the higher-level syntax just to tokenize it.
Apparently not, since you are trying ascribe meaning to function. That's the job of the parser, not the tokenizer.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Is there a way to allow consecutive zero-length matches without using pos()?
by jsm (Novice) on Nov 08, 2017 at 20:43 UTC |