help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parse and validate a comma separated list of strings


From: John P. Hartmann
Subject: Re: Parse and validate a comma separated list of strings
Date: Fri, 9 Sep 2011 14:03:43 +0100

Welcome, Matt!

Scanning strings is something for flex to do, if the strings are
constant.  If you wish to change the set of valid strings dynamically
or "often", you'll need to add them to a dictionary and search that
dictionary in bison.  Constructing a dictionary is simple with stuff
like tsearch() and friends.

On 8 September 2011 04:04, Matt Friedman <address@hidden> wrote:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]