Spec finished

This commit is contained in:
Dmitry Boulytchev 2020-02-18 03:39:42 +03:00
parent d021bb40e4
commit a6a72a9313
12 changed files with 188 additions and 145 deletions

View file

@ -40,10 +40,10 @@ Additionally, the following options can be given to the driver:
basename as the source one, with the extension replaced with "\texttt{.ast}".
\item "\texttt{-ds}"~--- forces the driver to sump stack machine code. The option is only in effect in stack interpreter on
native mode. The dump is written in the file "\texttt{.sm}".
\item "\texttt{-v}"~--- makes the dirver to print the version of the compiler.
\item "\texttt{-v}"~--- makes the driver to print the version of the compiler.
\item "\texttt{-h}"~--- makes the driver to print the help on the options.
\end{itemize}
Apart from the paths specified by the "\texttt{-I}" option the driver uses the environment variable "\texttt{LAMA}"
to locate the runtime and standard libraries (see~\ref{sec:stdlib}). Thus, the units from standard libraries are accessible
to locate the runtime and standard libraries (see Section~\ref{sec:stdlib}). Thus, the units from standard libraries are accessible
without any "\texttt{-I}" option given.