Add sources
This commit is contained in:
34
definitions/keywords.def
Normal file
34
definitions/keywords.def
Normal file
@@ -0,0 +1,34 @@
|
||||
DEF("namespace", NAMESPACE)
|
||||
DEF("struct", STRUCT)
|
||||
DEF("class", CLASS)
|
||||
DEF("union", UNION)
|
||||
DEF("enum", ENUM)
|
||||
|
||||
DEF("break", BREAK)
|
||||
DEF("continue", CONTINUE)
|
||||
DEF("return", RETURN)
|
||||
DEF("goto", GOTO)
|
||||
|
||||
DEF("if", IF)
|
||||
DEF("else", ELSE)
|
||||
DEF("switch", SWITCH)
|
||||
|
||||
DEF("for", FOR)
|
||||
DEF("while", WHILE)
|
||||
DEF("do", DO)
|
||||
|
||||
DEF("case", CASE)
|
||||
DEF("default", DEFAULT)
|
||||
|
||||
DEF("try", TRY)
|
||||
DEF("catch", CATCH)
|
||||
|
||||
DEF("template", TEMPLATE)
|
||||
DEF("using", USING)
|
||||
|
||||
DEF("static_assert", STATIC_ASSERT)
|
||||
|
||||
DEF("typename", TYPENAME)
|
||||
|
||||
DEF("extern", EXTERN)
|
||||
DEF("asm", ASM)
|
||||
Reference in New Issue
Block a user