Related articles |
---|
Postscript Parser withers@cs.man.ac.uk (1997-10-17) |
Re: Postscript Parser tgl@netcom.com (Tom Lane) (1997-10-19) |
Re: Postscript Parser quite@dial.pipex.com (1997-10-19) |
Re: Postscript Parser pd@world.std.com (1997-10-21) |
Parsing stack-based languages nnylfv@ny.ubs.com (Olivier Lefevre) (1997-10-26) |
Re: Postscript Parser Wolfgang.Glunz@mchp.siemens.de (Wolfgang Glunz) (1997-10-26) |
Re: Parsing stack-based languages anton@mips.complang.tuwien.ac.at (1997-10-29) |
From: | withers@cs.man.ac.uk (David Withers) |
Newsgroups: | comp.lang.postscript,comp.compilers |
Date: | 17 Oct 1997 22:49:37 -0400 |
Organization: | Dept Computer Science, University of Manchester, U.K. |
Keywords: | parse, question |
I'm trying to create a tool that recognises rectangles and text in
PostScript diagrams and makes HTML image maps. Does anyone know of a
PostScript parser that creates AST's or a grammar that I can use to
make one?
Thanks.
David Withers
Department of Computer Science
University of Manchester
U.K.
[Sounds impossible to do perfectly, but I suspect some heuristic pattern
matching could catch a lot of common cases. Postscript has practially no
syntax, parsing it is just turning RPN into a tree. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.