mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-06 14:08:15 +00:00
Spec finished
This commit is contained in:
parent
d021bb40e4
commit
a6a72a9313
12 changed files with 188 additions and 145 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue