Re: lex/flex and source correspondence
- From: Gene <gene.ressler@xxxxxxxxx>
- Date: Thu, 08 Nov 2007 03:43:25 -0000
On Nov 6, 8:54 am, parthaspand...@xxxxxxxxx wrote:
A flex generated scanner could decide to store the entire input file
in memory. That way, a single buffer can be used in several places in
the tool chain that uses a scanner. ...
[This is a very old idea. Turbo Pascal buffered full source files in
RAM in the 1980s. -John]
The C preprocessor of gcc also buffers entire files, or at least did
in the version I studied some years ago. It used a hand-coded
scanner, however, not lex/flex.
.
- References:
- lex/flex and source correspondence
- From: parthaspanda22
- lex/flex and source correspondence
- Prev by Date: [Ann] New xHarbour Builder Nov2007 released.
- Next by Date: Re: Garbage collection and optimization
- Previous by thread: lex/flex and source correspondence
- Next by thread: Re: lex/flex and source correspondence
- Index(es):