head	1.1;
access;
symbols
	codegen1_branch:1.1.0.12
	codegen1_base:1.1
	java:1.1.0.10
	java_base:1.1
	semantics_branch:1.1.0.8
	semantics_base:1.1
	recovery_branch:1.1.0.6
	recovery_base:1.1
	parser:1.1.0.4
	parser_base:1.1
	scanner_release:1.1.0.2
	scanner_release_base:1.1;
locks; strict;
comment	@# @;


1.1
date	96.09.11.04.52.42;	author hartmans;	state Exp;
branches;
next	;


desc
@Deal with multi-character operators decomposition
@


1.1
log
@Adding some test cases
@
text
@% This tests to make sure we handle multi-character tokens correctly.
<= % Should parse as <=, a relational operator
< = % Should parse as a relop followed by assign

}; % Two tokens 
% We want to check to make sure we don't break on EOF
% We do look ahead and want to make sure we don't except ourselvs out of existance
;
@
