Kryptostack
Functions
oploop.cpp File Reference

Implementations of the operator section analogous - the loop operators. More...

#include <string>
#include <utility>
#include "error.h"
#include "operator.h"
#include "sok.h"
#include "socomp.h"
#include "sosimp.h"
#include "context.h"
+ Include dependency graph for oploop.cpp:

Functions

void anonymous_namespace{oploop.cpp}::s_for_up_continue (Context &k)
 Unregistered operator to continue the up for loop from exec stack.
 
void anonymous_namespace{oploop.cpp}::s_for_down_continue (Context &k)
 Unregistered operator to continue the down for loop from exec stack.
 
auto anonymous_namespace{oploop.cpp}::s_SOo_for_up ()
 Shortcut.
 
auto anonymous_namespace{oploop.cpp}::s_SOo_for_down ()
 Shortcut.
 
void anonymous_namespace{oploop.cpp}::s_forall_array_continue (Context &k)
 Unregistered operator to continue the forall loop for arrays from exec stack.
 
void anonymous_namespace{oploop.cpp}::s_forall_stack_continue (Context &k)
 Unregistered operator to continue the forall loop for arrays from exec stack.
 
void anonymous_namespace{oploop.cpp}::s_forall_dictionary_continue (Context &k)
 Unregistered operator to continue the forall loop for dictionaries from exec stack.
 
void anonymous_namespace{oploop.cpp}::s_forall_string_continue (Context &k)
 Unregistered operator to continue the forall loop for strings from exec stack.
 
auto anonymous_namespace{oploop.cpp}::s_SOo_forall_array ()
 Shortcut.
 
auto anonymous_namespace{oploop.cpp}::s_SOo_forall_stack ()
 Shortcut.
 
auto anonymous_namespace{oploop.cpp}::s_SOo_forall_dictionary ()
 Shortcut.
 
auto anonymous_namespace{oploop.cpp}::s_SOo_forall_string ()
 Shortcut.
 
void anonymous_namespace{oploop.cpp}::s_loop_continue (Context &k)
 Unregistered operator to continue loop from exec stack.
 
auto anonymous_namespace{oploop.cpp}::s_SOo_loop ()
 Shortcut.
 
void anonymous_namespace{oploop.cpp}::s_repeat_continue (Context &k)
 Unregistered operator to continue repeat loop from exec stack.
 
auto anonymous_namespace{oploop.cpp}::s_SOo_repeat ()
 Shortcut.
 
void sox_for (Context &k)
 Loop operator for.
 
void sox_forall (Context &k)
 Loop operator forall.
 
void sox_loop (Context &k)
 Loop operator loop.
 
void sox_repeat (Context &k)
 Loop operator repeat.
 

Detailed Description

Implementations of the operator section analogous - the loop operators.