User contributions for Root
11 May 2008
- 18:1918:19, 11 May 2008 diff hist +490 Semantic Analysis/The Tiny language: semantic analysis example and C generation →Solution
- 18:1518:15, 11 May 2008 diff hist +28 Semantic Analysis/The Tiny language: semantic analysis example and C generation →Solution
- 18:1518:15, 11 May 2008 diff hist +73 Semantic Analysis/The Tiny language: semantic analysis example and C generation →Solution
- 18:1418:14, 11 May 2008 diff hist +2,029 Semantic Analysis/The Tiny language: semantic analysis example and C generation No edit summary
- 17:2117:21, 11 May 2008 diff hist +179 Semantic Analysis No edit summary
- 17:1917:19, 11 May 2008 diff hist +62 Semantic Analysis/The Tiny language: semantic analysis example and C generation No edit summary
- 17:1817:18, 11 May 2008 diff hist +802 N Semantic Analysis/The Tiny language: semantic analysis example and C generation New page: == The Problem (in Portuguese) == Considere a seguinte gramárica (ε representa a produção nula), onde os operadores '''WRITE''' (não associativo), '''=''' (associativo à direita) e ...
- 17:1517:15, 11 May 2008 diff hist +1,131 Semantic Analysis No edit summary
- 17:0717:07, 11 May 2008 diff hist +141 N Semantic Analysis New page: == Semantic Analysis == * Abstract syntax tree; nodes * Symbols and types * Symbol table * Varible and function declarations * Type checking
- 17:0617:06, 11 May 2008 diff hist +24 Tópicos sobre Construção de Compiladores No edit summary
- 09:0809:08, 11 May 2008 diff hist −2 LALR(1) Exercises →Answers
- 09:0709:07, 11 May 2008 diff hist +1,562 LALR(1) Exercises No edit summary
- 09:0209:02, 11 May 2008 diff hist +69 Bottom-Up Parsing →Examples and Exercises
- 09:0109:01, 11 May 2008 diff hist +14 Bottom-Up Parsing No edit summary
6 May 2008
- 14:4714:47, 6 May 2008 diff hist +41 LALR(1) Exercises No edit summary
- 14:4014:40, 6 May 2008 diff hist +1,615 N LALR(1) Exercises New page: {{TOCright}} == Exercise 1 == Consider the following grammar, where S is the initial symbol and { a, b } is the set of terminal symbols: <text> S -> G b b | a a b | b G a G -> a </text> ...
- 14:3714:37, 6 May 2008 diff hist +1 Bottom-Up Parsing/LALR(1) Example 1 No edit summary
- 14:3014:30, 6 May 2008 diff hist +24 Bottom-Up Parsing →Examples
- 14:3014:30, 6 May 2008 diff hist +474 Wiki**3:Community Portal No edit summary
- 14:2714:27, 6 May 2008 diff hist −474 Actividades Lectivas No edit summary
5 May 2008
- 20:2320:23, 5 May 2008 diff hist 0 Bottom-Up Parsing/LALR(1) Example 1 No edit summary
- 16:5816:58, 5 May 2008 diff hist +41 Bottom-Up Parsing/LALR(1) Example 1 No edit summary
- 10:0310:03, 5 May 2008 diff hist −18 m Bottom-Up Parsing/LALR(1) Example 1 No edit summary
- 08:5108:51, 5 May 2008 diff hist +503 N Bottom-Up Parsing/LALR(1) Example 1 New page: Consider the following grammar. <text> A -> C x A | ϵ B -> x C y | x C C -> x B x | z </text> # Build the LALR(1) parser table. If conflicts exist, assume YACC's behavior. # Show the dif...
- 08:4508:45, 5 May 2008 diff hist +33 Bottom-Up Parsing No edit summary
- 08:4508:45, 5 May 2008 diff hist +78 Bottom-Up Parsing No edit summary
4 May 2008
- 17:4917:49, 4 May 2008 diff hist 0 m The YACC Parser Generator/Example: Calculator with Variables →The Syntactic Analyzer (YACC) Specification
- 17:4517:45, 4 May 2008 diff hist +7 Orientação Científica No edit summary
2 May 2008
- 10:1610:16, 2 May 2008 diff hist +17 Theoretical Aspects of Lexical Analysis →Building the NFA: Thompson's Algorithm
28 April 2008
- 19:3719:37, 28 April 2008 diff hist +54 Bottom-Up Parsing →The Parse Table
- 19:3619:36, 28 April 2008 diff hist +28 Bottom-Up Parsing →The Parse Table
- 19:3619:36, 28 April 2008 diff hist +3 Bottom-Up Parsing →The Parse Table
- 19:3519:35, 28 April 2008 diff hist +22 Bottom-Up Parsing →The Parse Table
- 19:3319:33, 28 April 2008 diff hist +131 Bottom-Up Parsing No edit summary
- 19:2919:29, 28 April 2008 diff hist +105 Bottom-Up Parsing →The Parse Table
- 19:2719:27, 28 April 2008 diff hist +30 Bottom-Up Parsing →Building the DFA
- 17:2317:23, 28 April 2008 diff hist +175 Bottom-Up Parsing →The Parse Table
- 17:2017:20, 28 April 2008 diff hist +2 Bottom-Up Parsing →Building the DFA
- 17:2017:20, 28 April 2008 diff hist +2 Bottom-Up Parsing →Building the DFA
- 17:1917:19, 28 April 2008 diff hist +1,369 Bottom-Up Parsing →Building SLR Parse Tables
- 15:5315:53, 28 April 2008 diff hist +1 Bottom-Up Parsing →Building the DFA
- 15:5215:52, 28 April 2008 diff hist +13 Bottom-Up Parsing No edit summary
- 15:1715:17, 28 April 2008 diff hist +208 Bottom-Up Parsing →Building the DFA
- 15:1315:13, 28 April 2008 diff hist 0 N File:Dfaslr.png No edit summary
- 15:1315:13, 28 April 2008 diff hist +36 Bottom-Up Parsing →Building the DFA
- 13:3813:38, 28 April 2008 diff hist +478 Bottom-Up Parsing →Building the DFA
- 13:3013:30, 28 April 2008 diff hist +591 Bottom-Up Parsing →Building the DFA
- 13:2413:24, 28 April 2008 diff hist +500 Bottom-Up Parsing →Building SLR Parse Tables
- 13:1813:18, 28 April 2008 diff hist +49 Bottom-Up Parsing →Goto
- 13:1713:17, 28 April 2008 diff hist +74 Bottom-Up Parsing →Goto