eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-directive-operators.c
Go to the documentation of this file.
1PUNCTUATOR_TEXT0(#### Punctuators for directives)
2
3 PUNCTUATOR_TEXT0(Directives form their own sublanguage with a specific set
4 of punctuators that are used as operators.)
5
6 PUNCTUATOR_TEXT0(@see @ref ellipsis)
7
8 PUNCTUATOR_TEXT0(| sequence | replacement | note |)
9 PUNCTUATOR_TEXT0(|-|-|-|)
10 PUNCTUATOR_ADDON("⌗",, the stringify operator)
11 PUNCTUATOR_ADDON("⨝",, the token join operator)
12 PUNCTUATOR_ADDON("#", "⌗", the stringify operator)
13 PUNCTUATOR_ADDON("#", "⌗", the stringify operator)
14 PUNCTUATOR_ADDON("##", "⨝", the token join operator)
15 PUNCTUATOR_ADDON("##", "⨝", the token join operator)
static char const * punctuators[]
Definition ellipsis-c.c:44
#define PUNCTUATOR_TEXT0(...)
Definition ellipsis-special.h:374
#define PUNCTUATOR_ADDON(STARTER,...)
Definition ellipsis-special.h:370
A token element as recognized during processing.
Definition ellipsis-token.h:94