Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Michel Nogueira Rebelo
Título: Desenvolvimento de um Protótipo de um GErador de Analisador Léxico
 
Abstract:
The present work describes the development of a prototype of a lexical analyzer generator, a tool that has as entrance a specification, formed by a list of reserved words, a list of special symbols and regular definitions, according to the BNF of a specified meta-language, and it produces as an output a class that implements the corresponding lexical analyzer. For the transformation of the regular definitions in finite automata an algorithm developed by Silva (2000) is used. The generated class will easily be able to be integrated to the parts of a compiler by presenting itself in a distinct module.