Compiler Recommendations

Kevin D. Clark kevin_d_clark at comcast.net
Thu Jan 3 17:19:34 EST 2008


Casey Callendrello writes:

> * 'The C programming language'; Everybody should have this. If your
> ultimate goal is the creation of a new language, you should check out
> the ANTLR parser generator.  Building parsers is the most tedious and
> difficult part of programming a compiler, so anything that can be
> automated should be! check out www.antlr.org

If someone were to be interested in compilers and the C programming
language, I would also highly recommend _C - A Reference Manual_ by
Harbison and Steele.  This was the book that I used in my undergrad
compiler course a long time ago, and one of the all-time most useful
books on my bookshelf.

Regards,

--kevin
-- 
Q:  If I write the code int i, j; can I assume that (&i + 1) == &j?
A:  Only sometimes. It's not portable, because in EBCDIC, i and j
    are not adjacent.
                -- Infrequently Asked Questions in comp.lang.c

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the Discuss mailing list