Title: ON THE LOOK-AHEAD PROBLEM IN LEXICAL ANALYSIS
Authors: YANG, W
交大名義發表
資訊工程學系
National Chiao Tung University
Department of Computer Science
Issue Date: 1-Aug-1995
Abstract: Modern programming languages use regular expressions to define valid tokens, Traditional lexical analyzers based on minimum deterministic finite automata for regular expressions cannot handle the look-ahead problem. The scanner writer needs to explicitly identify the look-ahead states and code the buffering and re-scanning operations by hand. We identify the class of finite look-ahead finite automata, which is general enough to include all finite automata of practical lexical analyzers, Finite look-ahead finite automata are then transformed into suffix finite automata. A new lexical analyzer makes use of the suffix finite automata to identify tokens. The new lexical analyzer solves the look-ahead problem in a table-driven approach and it can detect lexical errors at an earlier time than traditional lexical analyzers. The extra cost of the new lexical analyzers is the larger state transition table and three additional 1-dimensional tables. Incremental lexical analysis is also discussed.
URI: http://dx.doi.org/10.1007/BF01213079
http://hdl.handle.net/11536/1806
ISSN: 0001-5903
DOI: 10.1007/BF01213079
Journal: ACTA INFORMATICA
Volume: 32
Issue: 5
Begin Page: 459
End Page: 476
Appears in Collections:Articles