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