libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
src
error
error_scope.h
Go to the documentation of this file.
1
8
#include "
enum/enum.h
"
9
10
ENUM
(PS_SCOPE_SUCCESS,
"success"
,
"G+"
)
11
ENUM
(PS_SCOPE_ERROR, "error", "R+")
12
ENUM
(PS_SCOPE_WARNING, "warning", "R")
13
ENUM
(PS_SCOPE_INFO, "info", "W+")
14
ENUM
(PS_SCOPE_NOTE, "note", "Y+")
enum.h
Custom enum definitions with associated data.
ENUM
#define ENUM
Generated by
1.9.8