What's a good book for learning BCPL?

Posted by paxdiablo on Stack Overflow See other posts from Stack Overflow or by paxdiablo
Published on 2010-05-17T09:27:47Z Indexed on 2010/05/17 9:30 UTC
Read the original article Hit count: 203

Filed under:
|
|

A long time ago, I worked on some BCPL code (very similar to C although even more basic, difficult though that is to imagine).

Now, as part of a compiler course, we're going to be setting assignments for building some of the parts of the compiler (lexical and semantic analysis) and I'd like to know what the community thinks is the best book for learning about the language (and concrete why you think it's the best). Not how to write compilers for it, just on how to program in it. It'll be up to the students themselves to figure out how best to develop a compiler.

We're using BCPL since the chance of people being able to plagiarise code for a compiler is very slim.

Any suggestions?

© Stack Overflow or respective owner

Related posts about bcpl

Related posts about books