Kryptostack
|
Implementations of the operator section dissenting #2. More...
#include <string>
#include "error.h"
#include "so.h"
#include "operator.h"
#include "interpreter.h"
#include "sosimp.h"
#include "socomp.h"
#include "context.h"
Functions | |
void | anonymous_namespace{opdiss2.cpp}::unreg_isI (Context &k) |
SOo __isI. | |
void | anonymous_namespace{opdiss2.cpp}::unreg_minusminus (Context &k) |
SOo __–. | |
void | anonymous_namespace{opdiss2.cpp}::unreg_plusplus (Context &k) |
SOo __++. | |
size_t | anonymous_namespace{opdiss2.cpp}::s_iteration (Context &k, SOA *p_arr) |
A compilation iteration. | |
void | anonymous_namespace{opdiss2.cpp}::s_compile (Context &k, SOA *p_arr) |
Loop of compilation iterations. | |
void | sox_bind (Context &k) |
Dissenting operator bind. | |
Implementations of the operator section dissenting #2.
KryptoStack, a minimalist stack-based programming language. Copyright (C) 2025 Fred Hagen This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.