From 67704b8b41b053eddbd4119a04115fb0fb2c9237 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 16 May 2011 10:53:42 +0200 Subject: move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/ Approved-by: legal --- src/libs/3rdparty/cplusplus/Keywords.kwgen | 86 ++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 src/libs/3rdparty/cplusplus/Keywords.kwgen (limited to 'src/libs/3rdparty/cplusplus/Keywords.kwgen') diff --git a/src/libs/3rdparty/cplusplus/Keywords.kwgen b/src/libs/3rdparty/cplusplus/Keywords.kwgen new file mode 100644 index 00000000000..f23b3b7ceaf --- /dev/null +++ b/src/libs/3rdparty/cplusplus/Keywords.kwgen @@ -0,0 +1,86 @@ + +#include "Lexer.h" +#include "Token.h" + +%token-prefix=T_ +%toupper +%no-enums +%namespace=Lexer + +%% +__asm +__asm__ +__attribute +__attribute__ +__const +__const__ +__inline +__inline__ +__typeof +__typeof__ +__volatile +__volatile__ +asm +auto +bool +break +case +catch +char +class +const +const_cast +continue +default +delete +do +double +dynamic_cast +else +enum +explicit +export +extern +false +float +for +friend +goto +if +inline +int +long +mutable +namespace +new +operator +private +protected +public +register +reinterpret_cast +return +short +signed +sizeof +static +static_cast +struct +switch +template +this +throw +true +try +typedef +typeid +typename +typeof +union +unsigned +using +virtual +void +volatile +wchar_t +while -- cgit v1.2.3