jamgramtab.h #8

  • //
  • guest/
  • matt_armstrong/
  • jam/
  • patched_version/
  • jamgramtab.h
  • View
  • Commits
  • Open Download .zip Download (1 KB)
	{ "!", _BANG_t },
	{ "!=", _BANG_EQUALS_t },
	{ "&", _AMPER_t },
	{ "&&", _AMPERAMPER_t },
	{ "(", _LPAREN_t },
	{ ")", _RPAREN_t },
	{ "+=", _PLUS_EQUALS_t },
	{ ":", _COLON_t },
	{ ";", _SEMIC_t },
	{ "<", _LANGLE_t },
	{ "<=", _LANGLE_EQUALS_t },
	{ "=", _EQUALS_t },
	{ ">", _RANGLE_t },
	{ ">=", _RANGLE_EQUALS_t },
	{ "?=", _QUESTION_EQUALS_t },
	{ "[", _LBRACKET_t },
	{ "]", _RBRACKET_t },
	{ "actions", ACTIONS_t },
	{ "bind", BIND_t },
	{ "break", BREAK_t },
	{ "case", CASE_t },
	{ "continue", CONTINUE_t },
	{ "default", DEFAULT_t },
	{ "else", ELSE_t },
	{ "existing", EXISTING_t },
	{ "for", FOR_t },
	{ "if", IF_t },
	{ "ignore", IGNORE_t },
	{ "in", IN_t },
	{ "include", INCLUDE_t },
	{ "local", LOCAL_t },
	{ "maxline", MAXLINE_t },
	{ "on", ON_t },
	{ "piecemeal", PIECEMEAL_t },
	{ "quietly", QUIETLY_t },
	{ "response", RESPONSE_t },
	{ "return", RETURN_t },
	{ "rule", RULE_t },
	{ "switch", SWITCH_t },
	{ "together", TOGETHER_t },
	{ "updated", UPDATED_t },
	{ "while", WHILE_t },
	{ "{", _LBRACE_t },
	{ "|", _BAR_t },
	{ "||", _BARBAR_t },
	{ "}", _RBRACE_t },
# 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