libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
Functions
explain.h File Reference

Error descriptions. More...

#include "def.h"
#include "error.h"

Go to the source code of this file.

Functions

STR ps_error_explain (enum ps_error_code code)
 Returns an explanation of the error code code.
 

Detailed Description

Error descriptions.

Author
Ethan Uppal

Definition in file explain.h.

Function Documentation

◆ ps_error_explain()

STR ps_error_explain ( enum ps_error_code  code)

Returns an explanation of the error code code.

Definition at line 38 of file explain.c.