Skip to content

Commit

Permalink
add the interpreter part
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdihaghverdi committed Dec 29, 2023
1 parent 7b2700c commit 1fe0bbc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Binary file modified Extra3/RTP-EXTRA03-02-4003613023.pdf
Binary file not shown.
Binary file added Extra3/docs/images/interpreter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion Extra3/docs/language-processors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,17 @@ \section{پردازشگر‌های زبان}
\end{center}
\end{figure}
\end{itemize}
\end{frame}
\end{frame}

\begin{frame}{مفسر}
\begin{itemize}\itemr
\item[-]
نوع دیگری از پردازش‌گر‌های زبانی، مفسرها هستند که بجای تبدیل زبان به زبان دیگر (\lr{\textit{target}})، خود مستقیما مسئول اجرای زبان اول (\lr{\textit{source}}) می‌شوند.
\vspace{5mm}
\begin{figure}[H]
\begin{center}
\includegraphics[width=0.7\textwidth, height=0.3\textheight, angle=0]{docs/images/interpreter}
\end{center}
\end{figure}
\end{itemize}
\end{frame}

0 comments on commit 1fe0bbc

Please sign in to comment.