Newsgroups: | comp.compilers,comp.human-factors |
From: | tmb@arolla.idiap.ch (Thomas M. Breuel) |
Organization: | IDIAP (Institut Dalle Molle d'Intelligence Artificielle Perceptive) |
Date: | Tue, 6 Oct 1992 00:13:15 GMT |
Keywords: | design, comment |
References: | 92-09-048 92-10-010 |
de19@umail.umd.edu (Dana S Emery) writes:
I'm surprised no one has suggested coloration or styleing to reflect
semantics.
It's been done. "vgrind" prints C programs that way, and Symbolics'
ZWEI editor edits Lisp files using different fonts for comments,
definitions, etc.
Thomas.
[There are plenty of programs that highlight keywords and the like. An
article in the CACM last year, excerpted from a larger book, points out that
highlighting the keywords is probably the worst possible way to format a
program, since the keywords are the noise. You want to see the variables,
control structure, data structure definitions, etc. But printing the keywords
in bold is an ancient tradition, at least back to Algol 60. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.