2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
Files
build/jam_src/jamgramtab.h
Dave Abrahams 93f12c9a68 Merge with Perforce 2.4 state
[SVN r13111]
2002-03-06 14:13:29 +00:00

44 lines
919 B
C

{ "!", _BANG },
{ "!=", _BANG_EQUALS },
{ "&", _AMPER },
{ "&&", _AMPERAMPER },
{ "(", _LPAREN },
{ ")", _RPAREN },
{ "+=", _PLUS_EQUALS },
{ ":", _COLON },
{ ";", _SEMIC },
{ "<", _LANGLE },
{ "<=", _LANGLE_EQUALS },
{ "=", _EQUALS },
{ ">", _RANGLE },
{ ">=", _RANGLE_EQUALS },
{ "?=", _QUESTION_EQUALS },
{ "[", _LBRACKET },
{ "]", _RBRACKET },
{ "actions", ACTIONS },
{ "bind", BIND },
{ "case", CASE },
{ "default", DEFAULT },
{ "else", ELSE },
{ "existing", EXISTING },
{ "for", FOR },
{ "if", IF },
{ "ignore", IGNORE },
{ "in", IN },
{ "include", INCLUDE },
{ "local", LOCAL },
{ "module", MODULE },
{ "on", ON },
{ "piecemeal", PIECEMEAL },
{ "quietly", QUIETLY },
{ "return", RETURN },
{ "rule", RULE },
{ "switch", SWITCH },
{ "together", TOGETHER },
{ "updated", UPDATED },
{ "while", WHILE },
{ "{", _LBRACE },
{ "|", _BAR },
{ "||", _BARBAR },
{ "}", _RBRACE },