Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Leonardo Gesser
Título: Furbol.NET
 
Abstract:
This work presents the implementation of a new development environment for the
programming language FURBOL. A new specification for the language is presented,
following the model of the object orientation. The compiler settings are specified using
definitions regular and extended Backus-Naur Form, where his code target is the Common
Intermediate Language (CIL). Both the interface of FURBOL environment as the compiler is
implemented in C#. The lexical and syntactic analysis of the compiler creates an Abstract
Syntax Tree (AST), also used for the semantic analysis and generation code.