libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
Macros | Functions | Variables
token_type_symbols_operators.h File Reference

Symbol and operator token types. More...

#include "enum/enum.h"

Go to the source code of this file.

Macros

#define _PD_OUT_OF_TOKEN_TYPE_H
 
#define _T(token_type)   PS_TOKEN_##token_type
 
#define T(token_type)   _T(token_type)
 

Functions

 ENUM (T(LIT_UNIT), "unit-literal", "()") ENUM(T(RPAR)
 

Variables

right par
 

Detailed Description

Symbol and operator token types.

Author
Ethan Uppal

Definition in file token_type_symbols_operators.h.

Macro Definition Documentation

◆ _PD_OUT_OF_TOKEN_TYPE_H

#define _PD_OUT_OF_TOKEN_TYPE_H

Definition at line 11 of file token_type_symbols_operators.h.

◆ _T

#define _T (   token_type)    PS_TOKEN_##token_type

Definition at line 12 of file token_type_symbols_operators.h.

◆ T

#define T (   token_type)    _T(token_type)

Definition at line 13 of file token_type_symbols_operators.h.

Function Documentation

◆ ENUM()

ENUM ( T(LIT_UNIT)  ,
"unit-literal"  ,
"()"   
)

Variable Documentation

◆ par

right par

Definition at line 22 of file token_type_symbols_operators.h.