Skip to content

Commit

Permalink
Add string type
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-soch committed Apr 4, 2024
1 parent 27e835c commit 6136164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified docs/Design/SoftDetailedDes/MIS.pdf
Binary file not shown.
5 changes: 4 additions & 1 deletion docs/Design/SoftDetailedDes/MIS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ \section{Notation}
matrix & $\mathbb{R}^{m \times n}$ & matrix of any number in (-$\infty$, $\infty$)\\
vector & $\mathbb{R}^{m}$ & column vector of any number in (-$\infty$, $\infty$)\\
quaternion & $\mathbb{H}^4$ & a quaternion $\in \mathbb{R}^4$, see SRS for details\\
string & stringT & a sequence of characters \\
\bottomrule
\end{tabular}
\end{center}
Expand Down Expand Up @@ -381,7 +382,7 @@ \subsubsection{Exported Access Programs}
\hline
\textbf{Name} & \textbf{In} & \textbf{Out} & \textbf{Exceptions} \\
\hline
error\_handler & string & - & string \\
error\_handler & stringT & - & stringT \\
\hline
\end{tabular}
\end{center}
Expand All @@ -395,6 +396,8 @@ \subsubsection{Access Routine Semantics}
\item exception: Exception := exception
\end{itemize}

This function creates an exception based on the string passed to it.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
Expand Down

0 comments on commit 6136164

Please sign in to comment.