equal
deleted
inserted
replaced
572 |
572 |
573 \begin{quote} |
573 \begin{quote} |
574 \url{http://www.scala-lang.org} |
574 \url{http://www.scala-lang.org} |
575 \end{quote} |
575 \end{quote} |
576 |
576 |
577 Let us have a look at the Scala code shown in Figure~\ref{code}. |
577 Let us have a look at the Scala code shown in |
578 It shows the entire code |
578 Figure~\ref{code}. It shows the entire code for the |
|
579 interpreter, though the implementation is admittedly no |
|
580 frills. |
579 |
581 |
580 \begin{figure}[t] |
582 \begin{figure}[t] |
581 \small |
583 \small |
582 \lstinputlisting[language=Scala]{../progs/inter.scala} |
584 \lstinputlisting[language=Scala]{../progs/inter.scala} |
583 \caption{The entire code of the interpreter for our |
585 \caption{The entire code of the interpreter for our |
595 |
597 |
596 \end{center} |
598 \end{center} |
597 |
599 |
598 \end{document} |
600 \end{document} |
599 |
601 |
|
602 %% list of static analysers for C |
|
603 http://spinroot.com/static/index.html |
|
604 |
|
605 %% NASA coding rules for C |
|
606 http://pixelscommander.com/wp-content/uploads/2014/12/P10.pdf |
|
607 |
600 %%% Local Variables: |
608 %%% Local Variables: |
601 %%% mode: latex |
609 %%% mode: latex |
602 %%% TeX-master: t |
610 %%% TeX-master: t |
603 %%% End: |
611 %%% End: |