jamgramtab.h #1

  • //
  • guest/
  • miklos_fazekas/
  • jamnewlex/
  • 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 },
	{ "on", ON_t },
	{ "piecemeal", PIECEMEAL_t },
	{ "quietly", QUIETLY_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
#1 2540 Miklos Fazekas New lexical scanner
//guest/perforce_software/jam/src/jamgramtab.h
#5 2514 rmg Update derived files that are included in the source distro.
#4 1580 rmg Changes for 2.4beta.

Yes, Christopher, I brashly said "2.4-dev WAS the beta" at tea
yesterday, but I've since come to my better instincts (got
chicken?), so this one will say

  rmg $ jam -v
  Jam 2.4beta. OS=LINUX. Copyright 1993-2002 Christopher Seiwald.

for a week or two, at least.
#3 1319 rmg Jam 2.3 + Perforce's internal changes.

This change is a drop of the Perforce internal Jam changes
since the 2.3 public release. The individual changes
represented herein are preserved in the
//guest/richard_geiger/intjam/ branch.

The intent of this drop is to provide a base, from which other
contributors' Jam branches may be integrated into. It is not
intended to become a packaged release in this state. We will
be integrating changes from other users prior to creating the
next packaged release.

Please refer to the src/RELNOTES file for an overview of the
changes present in this integration.

  - Richard Geiger
  Open Source Engineer at Perforce
#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