|
Leonardus
|
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 "sod.h"#include "soa.h"#include "context.h"
Include dependency graph for opdiss2.cpp:Functions | |
| 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) |
| An optimization iteration. | |
| void | anonymous_namespace{opdiss2.cpp}::s_odo (Context &k, SOA *p_arr) |
| Loop of optimization iterations. | |
| void | sox_bind (Context &k) |
| Dissenting operator bind. | |
Implementations of the operator section dissenting #2.
Leonardus, a minimalist stack-based programming system. Copyright (C) 2025 Andreas Muckenschnabel 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/.