Leonardus
dry.h
Go to the documentation of this file.
1
24#pragma once
25
30enum ExitCode : int {
34 EC_INTERPRETER = 2,
40 EC_UNUSED = 42
41};
42
44#define P1X "parser"
45
47#define P2X "leon"
ExitCode
Program exit codes.
Definition: dry.h:30
@ EC_PANIC
pass 2: panic exit due to memory restrictions.
Definition: dry.h:38
@ EC_SUCCESS
Success.
Definition: dry.h:31
@ EC_CMDLINE
command line issues
Definition: dry.h:37
@ EC_UNUSED
This code represents an unused value in the unit test.
Definition: dry.h:40
@ EC_INTERPRETER
pass 2: parser, semantics or internal error; pass 1: parsing error; scripts: environment and setup is...
Definition: dry.h:34
@ EC_OPERATOR
pass 2: operator error.
Definition: dry.h:33
@ EC_ERROR
General error for Tools/ scripts.
Definition: dry.h:32
@ EC_TESTFAIL
Errors from test harnisch or found by test harnish.
Definition: dry.h:39