jamgramtab.h #2

  • //
  • guest/
  • matt_armstrong/
  • jam/
  • patched_version/
  • jamgramtab.h
  • View
  • Commits
  • Open Download .zip Download (896 B)
	{ "!", _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
#10 3972 Matt Armstrong bootstrap integrations from //guest/matt_armstrong/jam/fix/2/...
(no code change)
#9 3969 Matt Armstrong Integrate from //guest/matt_armstrong/jam/fix/2/...@3963 -- no
real changes.
#8 3954 Matt Armstrong type -> text+w
#7 3950 Matt Armstrong Integrate from //guest/matt_armstrong/jam/fix/1/...
thru change
3948 and make no changes.
#6 3577 Matt Armstrong force rebuild of jam grammar and turned this up
#5 3311 Matt Armstrong Update from mainline.
#4 2816 Matt Armstrong Integrate from mainline.
 This does not compile.
#3 2089 Matt Armstrong More integrations from upstream.
#2 2087 Matt Armstrong I think most of this is updates from stock jam.
#1 1270 Matt Armstrong In prep for publishing all my patches to 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