libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
explain.h
Go to the documentation of this file.
1
8#pragma once
9
10#include "def.h"
11#include "error.h"
12
Base definitions.
#define STR
Definition def.h:40
Error reporting and displaying utilities.
ps_error_code
The type of error that occured.
Definition error.h:33
STR ps_error_explain(enum ps_error_code code)
Returns an explanation of the error code code.
Definition explain.c:38