Added limitation section into the spec; fixed typo in spec; fixed .gdbinit

This commit is contained in:
Dmitry Boulytchev 2021-02-25 08:40:44 +03:00
parent a9d9a4e2be
commit 8bdd666ea8
7 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
define pp
p (char*) Bstringval ((void*) $arg0)
p (char*) Lstring ((void*) $arg0)
end
define pc
p (char*) Bstringval ((void*) ((*(int**)($ebp-4)) [$arg0]))
p (char*) Lstring ((void*) ((*(int**)($ebp-4)) [$arg0]))
end

View file

@ -47,7 +47,7 @@ However, as "\lstinline|**|" is not exported its precedence level will be forgo
Respectively, multiple imports of units with custom infix operators will modify the precedence level in the order of their import. For example,
if there are two units "\lstinline|A|" and "\lstinline|B|" with declarations "\lstinline|infixl ++ before +|" and "\lstinline|infixl +++ before +|"
correspondingly, then importing "\lstinline|B|" after "\lstinline|B|" will result in "\lstinline|++|" having a \emph{lower} precedence, then
correspondingly, then importing "\lstinline|A|" after "\lstinline|B|" will result in "\lstinline|++|" having a \emph{lower} precedence, then
"\lstinline|+++|".
\begin{figure}[t]

View file

@ -221,8 +221,9 @@ language=lama
\input{03.concrete_syntax}
\input{04.extensions}
\input{05.driver_options}
\input{06.debugging}
\input{07.standard_library}
\input{06.limitations}
\input{07.debugging}
\input{08.standard_library}
\bibliographystyle{plainurl}
\bibliography{lama-spec}

View file

@ -1 +1 @@
let path = "/home/db/.opam/4.07.1+fp+flambda/share/Lama"
let path = "/home/db/.opam/lama/share/Lama"

View file

@ -1 +1 @@
let version = "Version 1.10, 59f78fe38, Mon Feb 1 10:39:12 2021 +0300"
let version = "Version 1.10, a9d9a4e2b, Sat Feb 13 11:16:28 2021 +0300"