User contributions for Root
28 April 2008
- 13:1613:16, 28 April 2008 diff hist +146 Bottom-Up Parsing →Goto
- 13:1113:11, 28 April 2008 diff hist +186 Bottom-Up Parsing →ϵ-closure
- 13:0913:09, 28 April 2008 diff hist 0 Programação com Objectos No edit summary
- 13:0813:08, 28 April 2008 diff hist +2 Bottom-Up Parsing →ϵ-closure
- 13:0813:08, 28 April 2008 diff hist +1,061 Bottom-Up Parsing No edit summary
- 12:5612:56, 28 April 2008 diff hist +2,043 N Bottom-Up Parsing New page: Bottom-up parsers start from the input tokens and try to build increasingly complex structures until the initial symbol is reached. The bottom-up parsers covered in this section are the o...
- 12:3812:38, 28 April 2008 diff hist −8 Tópicos sobre Construção de Compiladores No edit summary
22 April 2008
- 17:4217:42, 22 April 2008 diff hist +46 Attribute Grammars No edit summary
- 17:4217:42, 22 April 2008 diff hist +5 m The YACC Parser Generator/Example: Calculator with Variables →How to Compile?
- 16:3516:35, 22 April 2008 diff hist +22 Attribute Grammars No edit summary
19 April 2008
- 16:4716:47, 19 April 2008 diff hist −32 Actividades Lectivas No edit summary
18 April 2008
- 15:1615:16, 18 April 2008 diff hist +288 The YACC Parser Generator/Example: Calculator with Variables →The Syntactic Analyzer (YACC) Specification
- 15:1215:12, 18 April 2008 diff hist +923 The YACC Parser Generator/Example: Calculator with Variables →The Syntactic Analyzer (YACC) Specification
- 15:0515:05, 18 April 2008 diff hist +441 The YACC Parser Generator/Example: Calculator with Variables No edit summary
- 14:5614:56, 18 April 2008 diff hist +36 The YACC Parser Generator/Example: Calculator with Variables →The Lexical Analyzer (Flex) Specification
- 14:5614:56, 18 April 2008 diff hist +18 The YACC Parser Generator/Example: Calculator with Variables →The Lexical Analyzer (Flex) Specification
- 14:5514:55, 18 April 2008 diff hist +601 The YACC Parser Generator/Example: Calculator with Variables No edit summary
- 14:4514:45, 18 April 2008 diff hist +490 The YACC Parser Generator/Example: Calculator with Variables No edit summary
- 14:3014:30, 18 April 2008 diff hist +116 The YACC Parser Generator/Example: Calculator with Variables No edit summary
- 14:2814:28, 18 April 2008 diff hist +13 The YACC Parser Generator No edit summary
- 14:2714:27, 18 April 2008 diff hist −2 The YACC Parser Generator →Examples
- 14:2614:26, 18 April 2008 diff hist 0 m The YACC Parser Generator/Example: Calculator with Variables YACC Example: Calculadora com Variáveis moved to YACC Example: Calculator with Variables
- 14:2614:26, 18 April 2008 diff hist +431 N The YACC Parser Generator/Example: Calculator with Variables New page: This example implements a simple calculator. The calculator has an unspecified number of integer variables and the common binary integer operators (namely, addition, subtraction, multiplic...
- 14:1914:19, 18 April 2008 diff hist +91 The YACC Parser Generator No edit summary
16 April 2008
- 13:1613:16, 16 April 2008 diff hist +6 Construção de Compiladores em C++ usando Objectos e Padrões No edit summary
- 13:1613:16, 16 April 2008 diff hist −648 Construção de Compiladores em C++ usando Objectos e Padrões No edit summary
- 13:1113:11, 16 April 2008 diff hist −82 Construção de Compiladores em C++ usando Objectos e Padrões No edit summary
- 13:1113:11, 16 April 2008 diff hist +47 Construção de Compiladores em C++ usando Objectos e Padrões No edit summary
- 11:1811:18, 16 April 2008 diff hist 0 Introduction to Syntax No edit summary
- 10:1710:17, 16 April 2008 diff hist +449 N Attribute Grammars New page: Topics: attributes in grammar symbols; syntax-directed evaluation. Synthesized attributes: passed from child nodes to parent nodes. Inherited attributes: may be passed from parent- to ch...
- 09:0909:09, 16 April 2008 diff hist +85 The YACC Parser Generator No edit summary
- 09:0909:09, 16 April 2008 diff hist +68 N The YACC Parser Generator New page: == Basic Concepts == * Definitions * Rules, semantic actions * Code
- 09:0809:08, 16 April 2008 diff hist +13 The Flex Lexical Analyzer No edit summary
- 09:0809:08, 16 April 2008 diff hist +89 Tópicos sobre Construção de Compiladores No edit summary
11 April 2008
- 20:5720:57, 11 April 2008 diff hist +7,774 Top-Down Parsing/Example 3 →Solution
- 20:5620:56, 11 April 2008 diff hist +15,791 Top-Down Parsing/Example 3 →Solution
- 20:4320:43, 11 April 2008 diff hist +218 Top-Down Parsing/Example 3 →Solution
- 20:3620:36, 11 April 2008 diff hist −454 Top-Down Parsing/Example 3 →Solution
- 20:0620:06, 11 April 2008 diff hist +2 Top-Down Parsing/Example 3 →Solution
- 16:5516:55, 11 April 2008 diff hist −50 Top-Down Parsing/Example 3 →Solution
- 16:5216:52, 11 April 2008 diff hist +549 Top-Down Parsing/Example 3 →Solution
- 16:2816:28, 11 April 2008 diff hist +1 Top-Down Parsing →Problems
- 14:5614:56, 11 April 2008 diff hist +4 Top-Down Parsing/Example 3 →Solution
- 14:5314:53, 11 April 2008 diff hist +6 Top-Down Parsing/Example 3 →Solution
- 14:5314:53, 11 April 2008 diff hist +375 Top-Down Parsing/Example 3 No edit summary
- 14:4314:43, 11 April 2008 diff hist +930 Top-Down Parsing/Example 3 No edit summary
- 14:2214:22, 11 April 2008 diff hist +633 N Top-Down Parsing/Example 3 New page: == Problem == Consider the following grammar, where '''<tt>S</tt>''' is the initial symbol and '''<tt>{u,v,x,y,z}</tt>''' is the set of terminal symbols: S -> u B z B -> B v | D D ...
- 14:1514:15, 11 April 2008 diff hist +1,656 Top-Down Parsing/Example 2 →Solution
- 11:4811:48, 11 April 2008 diff hist +203 Introduction to Syntax/Exercise 1 No edit summary