This commit is contained in:
Oliver Kennedy 2022-03-15 22:36:29 -04:00
commit f67ac21da9
Signed by: okennedy
GPG key ID: 3E5F9B3ABD3FDB60

View file

@ -1,21 +1 @@
\begin{algorithm}
\caption{\texttt{astparse}$(s)$}
\label{alg:abort}
\begin{algorithmic}[1]
\Require{$\mathcal N$: A source code from a cell}
\State{$node = genericvisit(s)$}
\If{\texttt{isinstance(node,ast.Name)}}
\If { \texttt{ in main scope} }
\State{\texttt{Populate store and load dictionaries in main scope}}
\ElsIf{}
\EndIf
\ElsIf{$c_0$.\texttt{done}}
\State{Clear $c_0$'s results}
\For{$c$ s.t. $(c_0, c) \in \mathcal G$}
\State{\texttt{abort}$(\mathcal N, c)$}
\EndFor
\EndIf
\end{algorithmic}
\end{algorithm}