I've been tasked to come up with some half-year and full-year university projects for IT students and, due to the fact that it's hopefully never been done before (and also that I harbor certain sadistic tendencies), one of them is adding a BCPL front-end compiler to the GCC suite.
Where can I locate one or more of:
- some good reference-type documentation describing how to add such a beast to GCC?
- an example of doing so, for a simple language.
- any guides to the process.