Copyright (C) 1992, Digital Equipment Corporation
All rights reserved.
See the file COPYRIGHT for a full description.

Last modified on Fri Jul  9 17:59:11 PDT 1993 by heydon

/proj/m3/pkg/juno-compiler/tests/lexer/src/README

DESCRIPTION

  This directory contains the source for a simple program to test the Juno
  lexer. It also contains several input files on which to run the program to
  put the lexer through its paces. See the description at the head of the file
  "LexerTest.m3" for details on how to run the program "../DSC/LexerTest".

CONTENTS

  LexerTest.m3		source to build test program
  all-keywds.txt	all the legal Juno keywords (1 per line)
  all-ops.txt		all the legal Juno operators (1 per line)
  bad-tokens.txt	input lines that tickle all known exceptions
  good-tokens.txt	other legal Juno tokens
