eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-call.c
Go to the documentation of this file.
1PUNCTUATOR_TEXT0(#### Punctuators that are mandatory for all languages {#ellipsis})
2 PUNCTUATOR_TEXT0(| sequence | replacement | note |)
3 PUNCTUATOR_TEXT0(|-|-|-|)
4 PUNCTUATOR_ADDON("...", "…", for variable argument lists)
5 SPECIAL_ADDON("⸤", "", keep,, start an unfiltered token sequence)
6 SPECIAL_ADDON("⸥", "", peek,, end an unfiltered token sequence)
7 NOMINAL_ADD("¤",, the full name of the current unit)
8 NOMINAL_ADD("¤¤",, the full name of the parent unit)
9 NOMINAL_ADD("¤¤¤",, the full name of the grand-parent unit)
10 NOMINAL_ADD("¤¤¤¤",, the full name of the great-grand-parent unit)
11 NOMINAL_ADD("¤¤¤¤¤",, the full name of the great-great-grand-parent unit)
12 NOMINAL_ADD(".",, prefix with the full name of the current unit, obsolete)
13 NOMINAL_ADD(".::", ".", prefix with the full name of the current unit, obsolete)
14 NOMINAL_ADD("..",, prefix with the full name of the parent unit, obsolete)
15 NOMINAL_ADD("..::", "..", prefix with the full name of the parent unit, obsolete)
__directive__ end
Definition directives.c:561
__directive__ unit
Define the name of the current unit.
Definition directives.c:609
@ keep
Definition ellipsis-category.h:56
@ peek
Definition ellipsis-category.h:55
#define ¤
shortcut for __UNIT__
Definition ellipsis-predefined.dirs:114
#define ¤¤¤¤
Definition ellipsis-predefined.dirs:117
#define ¤¤
shortcut for __PARENT_UNIT__
Definition ellipsis-predefined.dirs:115
#define ∷
obsolete macros
Definition ellipsis-predefined.dirs:130
#define ¤¤¤¤¤
Definition ellipsis-predefined.dirs:118
#define ¤¤¤
Definition ellipsis-predefined.dirs:116
#define SPECIAL_ADDON(STARTER, CLOSER, CAT,...)
Definition ellipsis-special.h:379
#define PUNCTUATOR_TEXT0(...)
Definition ellipsis-special.h:374
#define PUNCTUATOR_ADDON(STARTER,...)
Definition ellipsis-special.h:370
#define NOMINAL_ADD(...)
add a nominal to the grammar
Definition ellipsis-special.h:428
A token element as recognized during processing.
Definition ellipsis-token.h:94