User contributions for Root
21 April 2016
- 13:5713:57, 21 April 2016 diff hist +65 Bottom-Up Parsing/Exercise 13: LALR(1) →Solução
- 13:5613:56, 21 April 2016 diff hist +64 Bottom-Up Parsing/Exercise 12: LALR(1) →Solução
- 13:5513:55, 21 April 2016 diff hist +64 Bottom-Up Parsing/Exercise 11: LALR(1) →Solução
- 13:5413:54, 21 April 2016 diff hist −2,992 LALR(1) Exercises Replaced content with "{{TOCright}} == Answers == * [http://www.l2f.inesc-id.pt/~david/ist/docencia/compiladores/2007-2008/lalr1-ex123.pdf Answers to exercises 1, 2, and 3] * Answers to LAL..."
- 13:5413:54, 21 April 2016 diff hist +563 N Bottom-Up Parsing/Exercise 13: LALR(1) Created page with "== Problema == Consider the following grammar, where A is the initial symbol and { x, y, z } is the set of terminal symbols: <text> A -> A B A x | A y | z B -> x | z B </tex..."
- 13:5313:53, 21 April 2016 diff hist +563 N Bottom-Up Parsing/Exercise 12: LALR(1) Created page with "== Problema == Consider the following grammar, where A is the initial symbol and { x, y, z } is the set of terminal symbols: <text> A -> B x y | x y x | x B y B -> z | ε </..."
- 13:5313:53, 21 April 2016 diff hist +562 N Bottom-Up Parsing/Exercise 11: LALR(1) Created page with "== Problema == Consider the following grammar, where A is the initial symbol and { x, y, z } is the set of terminal symbols: <text> A -> B y y | z z x | x B x B -> z | ε </..."
- 13:5213:52, 21 April 2016 diff hist +584 N Bottom-Up Parsing/Exercise 10: LALR(1) Created page with "== Problema == Consider the following grammar, where S is the initial symbol and { e, i, x } is the set of terminal symbols: <text> S -> i S | i S e S | x </text> # Compute..."
- 13:5013:50, 21 April 2016 diff hist +536 N Bottom-Up Parsing/Exercise 9: LALR(1) Created page with "== Problema == Consider the following grammar, where E is the initial symbol and { [, ], ;, id } is the set of terminal symbols: <text> E -> [ E ; L ] | id L -> E | E ; L </..."
- 13:4813:48, 21 April 2016 diff hist +524 N Bottom-Up Parsing/Exercise 8: LALR(1) Created page with "== Problema == 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> # C..."
- 13:4713:47, 21 April 2016 diff hist +547 Bottom-Up Parsing →Exercises: LALR(1)
- 13:4113:41, 21 April 2016 diff hist 0 File:Bxy.jpg Root uploaded a new version of File:Bxy.jpg current
19 April 2016
- 19:0619:06, 19 April 2016 diff hist −734 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega Intermédia →Pauta
- 16:5416:54, 19 April 2016 diff hist +41 Compiladores/Pautas 2015-2016 →Pautas do Projecto
- 16:5316:53, 19 April 2016 diff hist −7 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega "zero" →Prazo de Revisão
- 16:5316:53, 19 April 2016 diff hist −122 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega "zero" →Pauta
- 13:3513:35, 19 April 2016 diff hist −1,037 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega "zero" →Pauta
17 April 2016
- 16:2616:26, 17 April 2016 diff hist −956 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega Intermédia →Pauta
15 April 2016
- 18:0418:04, 15 April 2016 diff hist +63 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega Intermédia →Pauta
- 17:5817:58, 15 April 2016 diff hist +45 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega Intermédia →Critérios de Avaliação
- 17:5717:57, 15 April 2016 diff hist −45 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega Intermédia →Legenda
- 17:5117:51, 15 April 2016 diff hist +77 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega Intermédia →Legenda
- 17:4917:49, 15 April 2016 diff hist +393,866 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega Intermédia →Pauta
- 17:0517:05, 15 April 2016 diff hist +56 Compiladores/Pautas 2015-2016/Pauta do Projecto: Entrega Intermédia →Prazo de Revisão
14 April 2016
- 19:1119:11, 14 April 2016 diff hist 0 Compiladores/Pautas 2015-2016/Pauta das Aulas Práticas →Prazos de revisão
- 19:0919:09, 14 April 2016 diff hist −2,977 Compiladores/Pautas 2015-2016/Pauta das Aulas Práticas →Pauta
- 19:0819:08, 14 April 2016 diff hist 0 Compiladores/Pautas 2015-2016/Pauta das Aulas Práticas →Prazos de revisão
- 19:0719:07, 14 April 2016 diff hist 0 Compiladores/Pautas 2015-2016/Pauta das Aulas Práticas →Prazos de revisão
- 18:3618:36, 14 April 2016 diff hist +13 The YACC Parser Generator/Exercise 5 No edit summary
- 18:3618:36, 14 April 2016 diff hist +3,459 N The YACC Parser Generator/Exercise 5 Created page with "== Problema == O problema a resolver consiste na localização na pilha dos argumentos actuais de uma função C++. Considere que os argumentos apenas podem ser dos tipos '''..."
- 18:3018:30, 14 April 2016 diff hist +54 The YACC Parser Generator →Exercises
- 14:1014:10, 14 April 2016 diff hist +66 Compiladores/Projecto de Compiladores/Projecto 2015-2016/Manual de Referência da Linguagem "zu" →Blocos
- 14:0514:05, 14 April 2016 diff hist +3 Compiladores/Projecto de Compiladores/Projecto 2015-2016/Manual de Referência da Linguagem "zu" →Reserva de memória
12 April 2016
- 20:2920:29, 12 April 2016 diff hist +7 Compiladores/Pautas 2015-2016 →Pautas dos Testes
- 20:2920:29, 12 April 2016 diff hist +30 Compiladores/Pautas 2015-2016/Pauta do Teste 1 →Revisão de Provas
- 20:2720:27, 12 April 2016 diff hist +7 Compiladores/Pautas 2015-2016/Pauta do Teste 1 →Pauta
- 20:2720:27, 12 April 2016 diff hist −1,799 Compiladores/Pautas 2015-2016/Pauta do Teste 1 →Pauta
- 19:0819:08, 12 April 2016 diff hist −1,223 Compiladores/Pautas 2015-2016/Pauta do Teste 1 →Pauta
- 18:2418:24, 12 April 2016 diff hist −1,160 Compiladores/Pautas 2015-2016/Pauta do Teste 1 →Pauta
- 17:0217:02, 12 April 2016 diff hist +336 Compiladores/Pautas 2015-2016/Pauta do Teste 1 →Pauta
- 15:3615:36, 12 April 2016 diff hist −4,678 Compiladores/Pautas 2015-2016/Pauta do Teste 1 →Pauta
- 07:2507:25, 12 April 2016 diff hist 0 File:Ll1-ex12.jpg Root uploaded a new version of File:Ll1-ex12.jpg current
11 April 2016
- 10:3810:38, 11 April 2016 diff hist +84 Compiladores/Pautas 2015-2016/Pauta do Teste 1 →Legenda
- 10:3610:36, 11 April 2016 diff hist 0 N File:Ll1-ex13.jpg No edit summary current
- 10:3210:32, 11 April 2016 diff hist +4 Top-Down Parsing/Exercise 12: Test 2016/04/08 No edit summary
- 10:3110:31, 11 April 2016 diff hist +4 Top-Down Parsing/Exercise 13: Test 2016/04/08 →Problem
- 10:3110:31, 11 April 2016 diff hist +647 N Top-Down Parsing/Exercise 13: Test 2016/04/08 Created page with "= Problem = Consider the following grammar, where '''B''' is the initial symbol and '''{a, b, c, x, y}''' is the set of terminal symbols: X → c A → a A | B x | X B..."
- 10:3010:30, 11 April 2016 diff hist +5 Top-Down Parsing/Exercise 12: Test 2016/04/08 →Problem
- 10:2910:29, 11 April 2016 diff hist −8 Top-Down Parsing/Exercise 12: Test 2016/04/08 No edit summary
- 10:2810:28, 11 April 2016 diff hist 0 N File:Ll1-ex12.jpg No edit summary