diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-28 08:59:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-28 08:59:37 +0100 |
| commit | 7adb52221d0c4388b8a6fb50aab15158c369174a (patch) | |
| tree | 39edd6b7ab06fb4c9e3ec3db83d4317c03ec7d91 | |
| parent | db65acb9b4243b038b6f649a1fd684388ec640a9 (diff) | |
chore: update papers.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | source/wg03/wg03.tex | 4 | ||||
| -rw-r--r-- | source/wg05/tn/tn001.05.tex | 16 |
2 files changed, 13 insertions, 7 deletions
diff --git a/source/wg03/wg03.tex b/source/wg03/wg03.tex index 681b14c..b116b8f 100644 --- a/source/wg03/wg03.tex +++ b/source/wg03/wg03.tex @@ -58,7 +58,9 @@ \rule[1cm]{17cm}{0.01cm} \end{center} -\section{Sample: 'Hello World'.} +\section{Getting Started: The 'Hello World' program.} + +Let a program $P$ be: \begin{lstlisting} extern printf; diff --git a/source/wg05/tn/tn001.05.tex b/source/wg05/tn/tn001.05.tex index 84be024..d72871a 100644 --- a/source/wg05/tn/tn001.05.tex +++ b/source/wg05/tn/tn001.05.tex @@ -25,6 +25,7 @@ \begin{center} \begin{abstract} This paper covers the algebraic properties and concepts of `The Execution Semantics' paper by El Mahrouss, A (2026). It is intended as an additional resource over the aforementioned paper. +We will define their concepts alongside their properties. We assume the reader has read the previous paper on 'The Execution Semantics' by El Mahrouss, A. \end{abstract} \end{center} @@ -34,16 +35,19 @@ This paper covers the algebraic properties and concepts of `The Execution Semant \section{The Execution Product} -Let $\Gamma(x, y, z)$ be an Execution Product of variable arguments $x$, $y$, $z$ defined in compatible and composable execution context $E$: \\ -Let the index $\alpha$ denote the current execution domain of an execution product.\\ -The following formula: -$\Gamma(x, y, z) = \prod_{\alpha=1}^{n}(x_{\alpha} \times y_{\alpha} \times z_{\alpha})+C$. Is defined as the execution product. Where $C$ is the Unknown Execution of $\Gamma(x, y, z)$—now defined as $g(E)$. +Let $\Gamma(x, y, z)$ be an execution product of variable arguments $x$, $y$, $z$ defined in compatible and composable execution context $E$: \\ +Let the index $\alpha$ denote the current execution domain of an execution product. +Let the following formula: +\begin{equation} +\Gamma(x, y, z) = \prod_{\alpha=1}^{n}(x_{\alpha} \times y_{\alpha} \times z_{\alpha})+C. +\end{equation} + Be defined as the execution product. Where $C$ is the Unknown Execution of $\Gamma(x, y, z)$—now defined as $g(E)$. \subsection{Properties} \begin{enumerate} - \item $\Gamma$ as defined previously as the `Execution Product' shall always be valid within the execution context $E$. + \item $\Gamma$ as defined previously as the `execution product' shall always be valid within the execution context $E$. \item The execution context $E$ shall not denote $\varnothing$. @@ -65,7 +69,7 @@ Let $N$ be defined as $\varnothing$. \section{Conclusion} -Such Concepts and Properties are essential for `Execution Theory' formality as per defined in El Mahrouss, A. paper. +Such Concepts and properties are essential for `Execution Theory''s formality as per defined in El Mahrouss, A. paper. \section{References} |
