From: | anton@complang.tuwien.ac.at (Anton Ertl) |
Newsgroups: | comp.compilers |
Date: | 27 Feb 1996 16:29:46 -0500 |
Organization: | Compilers Central |
Keywords: | standards |
Dave Lloyd <dave@occl-cam.demon.co.uk> writes:
|> Well we started down this path with ALGOL 60 which gave us all BNF.
BNF is a good example why formal specifications do not save us from
complexity, on the contrary. BNF allows us to specify complex
grammars easily. We would create languages with simpler syntaxes if we
had to specify it in natural language.
- anton
--
M. Anton Ertl
anton@mips.complang.tuwien.ac.at
http://www.complang.tuwien.ac.at/anton/home.html
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.