Commit dd7468b787b0841a0dc23b2336223959b0bf2a4d

Authored by Salvador Abreu
1 parent f2c4dc81
Exists in master

just recap

ref-impl/sspl 100755 → 100644
No preview for this file type
ref-impl/x/acker 100755 → 100644
No preview for this file type
ref-impl/x/acker_c 100755 → 100644
No preview for this file type
ref-impl/x/acker_cx 100755 → 100644
No preview for this file type
ref-impl/x/acker_p 100755 → 100644
No preview for this file type
ref-impl/x/beep 100755 → 100644
No preview for this file type
ref-impl/x/fact 100755 → 100644
No preview for this file type
ref-impl/x/qsort-break 100755 → 100644
No preview for this file type
ref-impl/x/qsort-ints 100755 → 100644
No preview for this file type
ref-impl/x/qsort-ints-p 100755 → 100644
No preview for this file type
ref-impl/x/qsort-ints-temp 100755 → 100644
No preview for this file type
ref-impl/x/qsort-rec 100755 → 100644
No preview for this file type
ref-impl/x/qsort-stdin 100755 → 100644
No preview for this file type
ref-impl/x/recurse 100755 → 100644
No preview for this file type
ref-impl/x/rev 100755 → 100644
No preview for this file type
ref-impl/x/rev-global 100755 → 100644
No preview for this file type
ref-impl/x/reverse 100755 → 100644
No preview for this file type
ref-impl/x/string-compare 100755 → 100644
No preview for this file type
ref-impl/x/strings 100755 → 100644
No preview for this file type
ref-impl/x/swap 100755 → 100644
No preview for this file type
ref-impl/x/swap1 100755 → 100644
No preview for this file type
ref-impl/x/z 100755 → 100644
No preview for this file type
runtime/sim2c 100755 → 100644
runtime/test1 100755 → 100644
No preview for this file type
runtime/test3 100755 → 100644
No preview for this file type
runtime/test4 100755 → 100644
No preview for this file type
runtime/test5 100755 → 100644
No preview for this file type
sim2c-1.0.orig/sim2c 100755 → 100644
sim2c-1.0.orig/sim2c-1.0/sim2c 100755 → 100644
sim2c-1.0.orig/sim2c-1.0/test1 100755 → 100644
No preview for this file type
sim2c-1.0.orig/sim2c-1.0/test3 100755 → 100644
No preview for this file type
sim2c-1.0.orig/sim2c-1.0/test4 100755 → 100644
No preview for this file type
sim2c-1.0.orig/sim2c-1.0/test5 100755 → 100644
No preview for this file type
sim2c-1.0.orig/test1 100755 → 100644
No preview for this file type
sim2c-1.0.orig/test3 100755 → 100644
No preview for this file type
sim2c-1.0.orig/test4 100755 → 100644
No preview for this file type
sim2c-1.0.orig/test5 100755 → 100644
No preview for this file type
sim2c-1.0/debian/rules 100755 → 100644
sim2c-1.0/sim2c 100755 → 100644
sim2c-1.0/test1 100755 → 100644
No preview for this file type
sim2c-1.0/test1x 100755 → 100644
No preview for this file type
sim2c-1.0/test3 100755 → 100644
No preview for this file type
sim2c-1.0/test4 100755 → 100644
No preview for this file type
sim2c-1.0/test5 100755 → 100644
No preview for this file type
sintaxe-vspl.pdf
No preview for this file type
sintaxe-vspl.tex
... ... @@ -3,12 +3,12 @@
3 3 \usepackage{pslatex}
4 4 \usepackage{a4wide}
5 5 %\usepackage{isolatin1}
6   -\usepackage{latin1}
  6 +%\usepackage{latin1}
7 7 \usepackage[portuges]{babel}
8   -\usepackage{picins}
  8 +%\usepackage{picins}
9 9  
10   -\defõ{\~o}
11   -\defÕ{\~O}
  10 +%\defõ{\~o}
  11 +%\defÕ{\~O}
12 12  
13 13 \begin{document}
14 14  
... ... @@ -18,26 +18,26 @@
18 18  
19 19 \begin{center}
20 20 \begin{Large}
21   - \textsf{Compiladores -- Ano lectivo 2011/12}
  21 + \textsf{Compiladores -- Ano lectivo 2020/21}
22 22 \textbf{Linguagem \LANG} \\
23 23 \end{Large}
24 24 \mbox{}\\
25 25 \hrulefill{}
26 26 \begin{center}
27   - Informação de versão: \verb$Id: sintaxe-vspl.tex,v 1.3 2012/03/09 08:02:10 spa Exp $
  27 + (Versão de 2021.03.15)
28 28 \end{center}
29 29 \end{center}
30 30  
31   -\noindent \hrulefill{} {\Large Especificação} \hrulefill{}
  31 +\noindent \hrulefill{} {\Large Especificação} \hrulefill{}
32 32  
33 33 \let\tplsec\section
34 34 \let\tplsubsec\subsection
35 35 \input{../teoricas/prog-lang.tex}
36 36  
37   -\tplsec{Restrições à Linguagem}
  37 +\tplsec{Restrições à Linguagem}
38 38  
39   -Para facilitar a implementação dum compilador para \LANG{}, são
40   -impostas algumas restrições à linguagem, que seguem:
  39 +Para facilitar a implementação dum compilador para \LANG{}, são
  40 +impostas algumas restrições à linguagem, que seguem:
41 41 \begin{enumerate}
42 42 \item Tipos de dados: s\'o existem os tipos inteiro, booleano e os
43 43 constructores de tipo array, tuplo e fun\c c\~ao. Em particular
... ... @@ -65,7 +65,7 @@ impostas algumas restrições à linguagem, que seguem:
65 65 % Initial revision
66 66 %
67 67 % Revision 1.10 2006/10/19 07:13:25 spa
68   -% Mods para 2006/07: uniformização com slides.
  68 +% Mods para 2006/07: uniformização com slides.
69 69 %
70 70 % Revision 1.9 2006/10/19 06:46:06 spa
71 71 % *** empty log message ***
... ... @@ -74,34 +74,34 @@ impostas algumas restrições à linguagem, que seguem:
74 74 % *** empty log message ***
75 75 %
76 76 % Revision 1.7 2002/12/11 08:02:33 spa
77   -% Ultima versão antes de incluir nos apontamentos.
  77 +% Ultima versão antes de incluir nos apontamentos.
78 78 %
79 79 % Revision 1.6 2002/11/06 14:57:10 spa
80 80 % *** empty log message ***
81 81 %
82 82 % Revision 1.5 2002/10/24 09:32:46 spa
83   -% Versão apresentada aos alunos hoje.
  83 +% Versão apresentada aos alunos hoje.
84 84 %
85 85 % Revision 1.4 2002/10/24 07:58:15 spa
86   -% 1ª versão para 2002/03.
  86 +% 1ª versão para 2002/03.
87 87 %
88 88 % Revision 1.3 2002/10/24 07:25:33 spa
89   -% Início da versão TPL-03
  89 +% Início da versão TPL-03
90 90 %
91 91 % Revision 1.2 2002/10/24 06:52:10 spa
92   -% Versão usada em 2001/02.
  92 +% Versão usada em 2001/02.
93 93 %
94 94 % Revision 1.1 2002/03/26 11:35:32 spa
95 95 % Initial revision
96 96 %
97 97 % Revision 1.4 2001/03/25 23:44:03 spa
98   -% Correcções de Português.
  98 +% Correcções de Português.
99 99 %
100 100 % Revision 1.3 2001/03/20 11:56:07 spa
101 101 % Footnote re. TPL evoluir.
102 102 %
103 103 % Revision 1.2 2001/03/20 11:16:58 spa
104   -% subsection -> subsubsection em dois sítios.
  104 +% subsection -> subsubsection em dois sítios.
105 105 %
106 106 % Revision 1.1 2001/03/20 11:14:38 spa
107 107 % Initial revision
... ...