Kryptostack
|
Implementations of the operator section internal. More...
#include "error.h"
#include "helper.h"
#include "operator.h"
#include "so.h"
#include "interpreter.h"
#include "sosimp.h"
#include "context.h"
#include "sok.h"
Functions | |
void | sox___compile (Context &k) |
Internal operator __compile. | |
void | sox___DEG (Context &k) |
Internal operator __DEG. | |
void | sox___nl (Context &k) |
Internal operator __nl. | |
void | sox___print (Context &k) |
Internal operator __print. | |
void | sox___RAD (Context &k) |
Internal operator __RAD. | |
void | sox___rprecision (Context &k) |
Internal operator __precision. | |
void | sox___snap (Context &) |
Internal operator __snap. | |
void | sox___tick (Context &k) |
Internal operator __tick. | |
void | sox___verbose (Context &k) |
Internal operator __verbose. | |
Implementations of the operator section internal.
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/.