{ "!", _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 }, { "on", ON }, { "piecemeal", PIECEMEAL }, { "quietly", QUIETLY }, { "return", RETURN }, { "rule", RULE }, { "switch", SWITCH }, { "together", TOGETHER }, { "updated", UPDATED }, { "while", WHILE }, { "{", _LBRACE }, { "|", _BAR }, { "||", _BARBAR }, { "}", _RBRACE },
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 1295 | Richard Geiger |
Support for 'while' statement in jam. Useful? Who knows. === computer.perforce.com:1666: Change 20250 by seiwald@golly-seiwald on 2001/01/24 15:54:02 Documented in Jam.html - rmg |
||
#2 | 1289 | Richard Geiger |
Updated jamgram.h/tab.h to go with latest jam. === computer.perforce.com:1666: Change 20222 by seiwald@golly-seiwald on 2001/01/22 16:32:42 (rebuilt on the integration platform) - rmg |
||
#1 | 1207 | Richard Geiger | Establish this branch to use for import of Perforce Jam. | ||
//guest/perforce_software/jam/src/jamgramtab.h | |||||
#2 | 486 | Perforce staff |
Jam 2.3. See RELNOTES for a list of changes from 2.2.x. Just about every source file was touched when jam got ANSI-fied. |
||
#1 | 2 | laura | Add Jam/MR 2.2 source |