Re: GScanner



On Thu, 22 Mar 2001, Michal Burda wrote:

> Why to use GScanner since there is Flex?
> Is GScanner in something better than Flex output?

flex is slower by orders of magnitude and gets very
inefficient as many static symbols arrive.
gscanner can also be used pretty esily to tokenize
in memory strings without generating lexing tables
and its runtime configurable for most things.

these are the main historical reasons gscanner was introduced.

> 
> M. Burda
> 

---
ciaoTJ





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