libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
Macros | Functions
token.c File Reference
#include <stdio.h>
#include "token.h"
#include "enum/make.h"
#include "token_type.h"

Go to the source code of this file.

Macros

#define ENUM   TO_STRING
 

Functions

STR ps_token_type_to_string (enum ps_token_type type)
 Returns: the string representation of the given token type type.
 

Macro Definition Documentation

◆ ENUM

#define ENUM   TO_STRING

Function Documentation

◆ ps_token_type_to_string()

STR ps_token_type_to_string ( enum ps_token_type  type)

Returns: the string representation of the given token type type.

Definition at line 13 of file token.c.