Question : optimization of scanner tables.

Vijay Meena <vijaym@cse.iitb.ac.in>
24 Mar 2005 21:14:40 -0500

          From comp.compilers

Related articles
Question : optimization of scanner tables. vijaym@cse.iitb.ac.in (Vijay Meena) (2005-03-24)
| List of all articles for this month |

From: Vijay Meena <vijaym@cse.iitb.ac.in>
Newsgroups: comp.compilers
Date: 24 Mar 2005 21:14:40 -0500
Organization: Compilers Central
Keywords: lex, question
Cc: vijaym@cse.iitb.ac.in
Posted-Date: 24 Mar 2005 21:14:40 EST

Dragon book,section 3.9,title: State Minimization in Lexical Analyzers,states
Table-Compression Methods (4-array next-check-base-default representation)
which is default method for transition table representation in Lex.


Can anybody tell me what other table compression methods does lex or flex use ?
Is there any good article or paper on it ?


Thanks in advance,
Vijay!


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.