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

Keyword 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)
 

Detailed Description

Keyword token types.

Author
Ethan Uppal

Definition in file token_type_keyword.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_keyword.h.

◆ _T

#define _T (   token_type)    PS_TOKEN_##token_type

Definition at line 12 of file token_type_keyword.h.

◆ T

#define T (   token_type)    _T(token_type)

Definition at line 13 of file token_type_keyword.h.