Related articles |
---|
PRECC compiler-compiler available via WWW Jonathan.Bowen@comlab.oxford.ac.uk (1994-06-02) |
Newsgroups: | comp.compilers |
From: | Jonathan.Bowen@comlab.oxford.ac.uk (Jonathan Bowen) |
Keywords: | tools, parse, available |
Organization: | Oxford University Computing Laboratory, UK |
Date: | Thu, 2 Jun 1994 11:02:26 GMT |
PRECCX (PRECC eXtended) is an infinite-lookahead compiler compiler for
context dependent grammars. The generated code is ANSI C.
Specification scripts are in very EBNF with inherited and synthetic
attributes allowed. Scripts can be compiled in separate modules, and
linked together later. Meta-production rules allowed. The technology
is essentially LL(oo) with optimizations. A converter for yacc scripts
is available.
Information on the PRECC compiler-compiler is now available via the
World Wide Web under
http://www.comlab.ox.ac.uk/archive/redo/precc.html
FTP access is as follows:
ftp.comlab.ox.ac.uk:/pub/Programs/preccx.tar.Z (Unix compressed tar file)
ftp.comlab.ox.ac.uk:/pub/Programs/preccx.msdos (MS-DOS directory)
For more recent versions and further information, please contact Peter
Breuer on <ptb@dit.upm.es>.
References:
"The PRECC Compiler-Compiler", P.T. Breuer and J.P. Bowen.
In E. Davies and A. Findlay (eds.),
Proc. UKUUG/SUKUG Joint New Year 1993 Conference,
St. Cross Centre, Oxford, UK, 6-8 January 1993,
ISBN 1 873611 06 4 (UKUUG), 0 9520700 0 6 (SUKUG)
UKUUG/SUKUG Secretariat, Owles Hall, Buntingford,
Herts SG9 9PL, UK, pp 167-182, 1993.
FTP: ftp.comlab.ox.ac.uk:/pub/Documents/techpapers/Jonathan.Bowen/preccx-uug.ps.Z
"A PREttier Compiler-Compiler: Generating Higher Order
Parsers in C", P.T. Breuer and J.P. Bowen.
Oxford University Computing Laboratory Technical Report
PRG-TR-20-92, 25pp, November 1992. Provisionally accepted by
Software - Practice and Experience, 1994.
FTP: ftp.comlab.ox.ac.uk:/pub/Documents/techreports/TR-20-92.ps.Z
--
Jonathan Bowen
____________________________________________________________________
Oxford University Computing Laboratory, Programming Research Group
Email: Jonathan.Bowen@comlab.ox.ac.uk
URL: http://www.comlab.ox.ac.uk/oucl/people/jonathan.bowen.html
FTP: ftp.comlab.ox.ac.uk:/pub/Documents/techpapers/Jonathan.Bowen
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.