Skip to content

Commit

Permalink
Merge pull request #1 from Kakasinho/master
Browse files Browse the repository at this point in the history
Correct typos
  • Loading branch information
edomora97 authored Jan 31, 2020
2 parents 33f46c2 + 9293e89 commit 347685d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automata/reg-to-automaton.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ \subsection{Thompson method}
\includegraphics[width=\linewidth]{automata/thompson.png}
\end{figure}

\subsection{Berry-Sethy method}
\subsection{Berry-Sethi method}

Result deterministic but can be non-minimal.

Expand Down
2 changes: 1 addition & 1 deletion grammars/transformations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ \subsection{Elimination of copy rules}
C &\in \text{Copy}(A) \text{ if } B \in \text{Copy}(A) \land B \rarr C \in P
\end{align*}

\paragraph{Construction of the gramma without copy rules}
\paragraph{Construction of the grammar without copy rules}

\begin{itemize}
\item Remove copy rules: $P' := P \setminus \{A\rarr B | A, B \in P\}$
Expand Down
2 changes: 1 addition & 1 deletion syntax/static-analysis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ \subsection{Control Flow Graph}
\item Variable in the right part is replaced with \emph{use}
\end{itemize}

Every instruction $p$ has $dep(p)$ and $use(p)$ set.
Every instruction $p$ has $def(p)$ and $use(p)$ set.

\subsection{Liveness intervals of Variables}
A variable is live at some point if later its current value is used by an instruction.
Expand Down

0 comments on commit 347685d

Please sign in to comment.