Very Fast: Directly Coded Lexical Analyzer
Ronny Peine
RonnyPeine@gmx.de
Fri Aug 17 11:14:00 GMT 2007
Am Freitag, 10. August 2007 schrieben Sie:
> To me, very fast (millions of lines a second) lexical analyzers are
> trivial to write by hand, and I really don't see the point of tools,
> and certainly not the utility of any theory in writing such code.
> If anything the formalism of a finite state machine just gets in the
> way, since it is more efficient to encode the state in the code
> location than in data.
Well, there are people out there who don't want to write everytime the same
code. Why not making your life easier with using autogeneration tools, it
also reduces bugpropability.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20070817/aba1d1e1/attachment.sig>
More information about the Gcc
mailing list