Skip to content

Commit

Permalink
Spec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulytchev committed Dec 6, 2023
1 parent d94bda0 commit 7541ea6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file modified lama-spec.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion spec/03.04.expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ \section{Expressions}
assigns 3 to both "\lstinline|x|" and "\lstinline|y|".

\begin{figure}[h]
\newcommand{\Ref}[1]{\mathcal{R}\,({#1})}
\renewcommand{\Ref}[1]{\mathcal{R}\,({#1})}
\renewcommand{\arraystretch}{4}
\[
\begin{array}{cc}
Expand Down
4 changes: 4 additions & 0 deletions spec/08.standard_library.tex
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ \section{Unit \texttt{Std}}
\descr{\lstinline|fun fprintf (file, fmt, ...)|}{Same as "\lstinline|printf|", but outputs to a given file. The file argument should be that acquired
by \lstinline|fopen| function.}

\descr{\lstinline|stdout|}{Standard output file.}

\descr{\lstinline|stderr|}{Standard error file.}

\descr{\lstinline|fun regexp (str)|}{Compiles a string representation of a regular expression (as per GNULib's regexp~\cite{GNULib}) into
an internal representation. The return value is a external pointer to the internal representation.}

Expand Down

0 comments on commit 7541ea6

Please sign in to comment.