Template

Difference between revisions of "NAVCompiladores"

From Wiki**3

(New page: {| width="70%" cellpadding="5" align="center" style="border-style: solid; border-width: 1px; border-color: #bbbbaa; background: #f7f8ff;" ! style="font-weight: normal; border-style: solid;...)
 
Line 1: Line 1:
{| width="70%" cellpadding="5" align="center" style="border-style: solid; border-width: 1px; border-color: #bbbbaa; background: #f7f8ff;"
+
{| width="150" align="right" style="border-style: solid; border-width: 1px; border-color: #bbbbaa; background: #f7f8ff;"
! style="font-weight: normal; border-style: solid; border-width: 0px; border-right-width: 1px; border-color: #bbbbaa; " | [[Introdução ao Desenvolvimento de Compiladores|Intro]]
+
! style="border-style: solid; border-width: 0px; border-color: #bbbbaa; " | Compilers
! style="font-weight: normal; border-style: solid; border-width: 0px; border-right-width: 1px; border-color: #bbbbaa; " | [[Theoretical Aspects of Lexical Analysis|Lexicon]]
+
|-
! style="font-weight: normal; border-style: solid; border-width: 0px; border-right-width: 1px; border-color: #bbbbaa; " | [[The Flex Lexical Analyzer|Flex]]
+
! style="font-weight: normal; border-style: solid; border-width: 0px; border-color: #bbbbaa; " | [[Introdução ao Desenvolvimento de Compiladores|Introduction]]
! style="font-weight: normal; border-style: solid; border-width: 0px; border-right-width: 1px; border-color: #bbbbaa; " | [[Introduction to Syntax|Syntax]]
+
|-
! style="font-weight: normal; border-style: solid; border-width: 0px; border-right-width: 1px; border-color: #bbbbaa; " | [[Top-Down Parsing|Top-Down]]
+
! style="font-weight: normal; border-style: solid; border-width: 0px; border-color: #bbbbaa; " | [[Theoretical Aspects of Lexical Analysis|Lexical Analysis]]
! style="font-weight: normal; border-style: solid; border-width: 0px; border-right-width: 1px; border-color: #bbbbaa; " | [[Attribute Grammars|Attributes]]
+
|-
! style="font-weight: normal; border-style: solid; border-width: 0px; border-right-width: 1px; border-color: #bbbbaa; " | [[The YACC Parser Generator|YACC]]
+
! style="font-weight: normal; border-style: solid; border-width: 0px; border-color: #bbbbaa; " | [[The Flex Lexical Analyzer|Flex]]
! style="font-weight: normal; border-style: solid; border-width: 0px; border-right-width: 1px; border-color: #bbbbaa; " | [[Bottom-Up Parsing|Bottom-Up]]
+
|-
 +
! style="font-weight: normal; border-style: solid; border-width: 0px; border-color: #bbbbaa; " | [[Introduction to Syntax]]
 +
|-
 +
! style="font-weight: normal; border-style: solid; border-width: 0px; border-color: #bbbbaa; " | [[Top-Down Parsing]]
 +
|-
 +
! style="font-weight: normal; border-style: solid; border-width: 0px; border-color: #bbbbaa; " | [[Attribute Grammars]]
 +
|-
 +
! style="font-weight: normal; border-style: solid; border-width: 0px; border-color: #bbbbaa; " | [[The YACC Parser Generator|YACC]]
 +
|-
 +
! style="font-weight: normal; border-style: solid; border-width: 0px; border-color: #bbbbaa; " | [[Bottom-Up Parsing]]
 +
|-
 
! style="font-weight: normal; border-style: solid; border-width: 0px; border-color: #bbbbaa; " | [[Optimization Topics|Optimization]]
 
! style="font-weight: normal; border-style: solid; border-width: 0px; border-color: #bbbbaa; " | [[Optimization Topics|Optimization]]
 
|}
 
|}

Revision as of 20:06, 26 June 2010

Compilers
Introduction
Lexical Analysis
Flex
Introduction to Syntax
Top-Down Parsing
Attribute Grammars
YACC
Bottom-Up Parsing
Optimization