On 09/13, Yann Orlarey wrote: > > > does the trick, thanks! But, > > > > -ID [a-zA-Z][_a-zA-Z0-9]* > > +ID _*[a-zA-Z][_a-zA-Z0-9]* > > > > Why not > > > > ID [_a-zA-Z][_a-zA-Z0-9]* > > > > ? > > > > That's to avoid underscore+ as valid IDs.
Got it. Well, __ or _1 doesn't look like a bad ID to me ;) And a single "_" should be handled by "return WIRE" iiuc. Nevermind, please forget and thanks for your explanation! Oleg. _______________________________________________ Faudiostream-devel mailing list Faudiostream-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-devel