mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
13 lines
635 B
TeX
13 lines
635 B
TeX
% !TEX TS-program = pdflatex
|
|
% !TeX spellcheck = en_US
|
|
% !TEX root = lama-spec.tex
|
|
\chapter{Implementation-dependent Limitations}
|
|
\label{sec:limitations}
|
|
|
|
The following limitations are in effect for \textsc{x86-64} platform implementation:
|
|
|
|
\begin{itemize}
|
|
\item the range of representable integers is \newline [-4611686018427387905..4611686018427387904] (63-bit signed in two-complement representation);
|
|
\item the maximal length of array/string/number of S-expression parameters is 2305843009213693952 (61-bit unsigned integer);
|
|
\item the maximal number of S-expression constructor name symbols taken into account is 9.
|
|
\end{itemize}
|