Copyright (C) 1992, Digital Equipment Corporation All rights reserved. See the file COPYRIGHT for a full description. Last modified on Mon Jun 29 15:09:45 PDT 1992 by heydon /proj/m3/pkg/juno-compiler/src/README DESCRIPTION This is the "juno-compiler" package, which contains interfaces and implementations of the Juno II abstract syntax trees (AST's), scopes, lexer, parser, unparser, and compiler. It also contains the LL(1) Juno grammar (for use with Bill Kalsow's LLGen(1) tool). CONTENTS Grammar/ LLGen(1) grammar files JunoAST.[im]3 abstract syntax trees JunoCompile.[im]3 compiler JunoLex.[im]3 lexer JunoParse.[im]3 parser JunoScope.i3 scopes JunoToken.[im]3 tokens (lexemes) JunoUnparse.[im]3 pretty-printer Prolog/ prolog compilation equations SEE ALSO juno-doc package containing auxilliary Juno documentation juno-machine package implementing the Juno machine juno-app package implementing the Juno (top-level) application