Leonardus
|
Don't Repeat Yourself. More...
Go to the source code of this file.
Macros | |
#define | P1X "parser" |
Pass 1 executable name. | |
#define | P2X "leon" |
Pass 2 executable name. | |
Enumerations | |
enum | ExitCode : int { EC_SUCCESS = 0 , EC_ERROR = 1 , EC_OPERATOR = 1 , EC_INTERPRETER = 2 , EC_CMDLINE = 3 , EC_PANIC = 4 , EC_TESTFAIL = 5 , EC_UNUSED = 42 } |
Program exit codes. More... | |
Don't Repeat Yourself.
Definitions of values shared between compiler and Bash scripts. dry.h is for C and C++.
Synchronisation has to be done manually.
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/.
enum ExitCode : int |
Program exit codes.
Used by artifacts and unit tests.